#494CAB

Color #494CAB Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #494CAB

Tints of Governor Bay #494CAB

Color information

#494CAB (or 0x494CAB) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and AB. RGB value is (73,76,171). Sum of RGB (Red+Green+Blue) = 73+76+171=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #494CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CAB is #B6B354. Grayscale: #555555. Windows color (decimal): -11973461 or 11226185. OLE color: 11226185.

HSL color Cylindrical-coordinate representation of color #494CAB: hue angle of 238.16º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494CAB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7376171-
CMYK0.570.5600.33
HSL238.16º40.16%47.84%-
HSV(B)238.16º57.31%67.06%-
XYZ12.689.5339.7-
YUV85.93176.01118.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=22.81%
G=23.75%
B=53.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73761710.570.5600.33238.1640.1647.84
Hex494CAB3938021ee2830
Octal11111425371700413565060
Binary1001001100110010101011111001111000010000111101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494CAB; }

 p { color: rgb(73,76,171); }

 H1.HeaderClassName
 {
   color: #494CAB;
 }
 .AnyTagClassName
 {
   color: #494CAB;
 }
</style>
background-color css

<style>
 a { background-color: #494CAB; }

 a { background-color: rgb(73,76,171); }

 div.DivClassName
 {
   background-color: #494CAB;
 }
 .BgClassName
 {
   background-color: #494CAB;
 }
</style>
border-color css

<style>
 span { border-color: #494CAB; }

 span { border-color: rgb(73,76,171); }

 td.TdClassName
 {
   border-color: #494CAB;
 }
 .TagClassName
 {
   border-color: #494CAB;
 }
</style>