#424CAB

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

Shades of Governor Bay #424CAB

Tints of Governor Bay #424CAB

Color information

#424CAB (or 0x424CAB) is unknown color: approx Governor Bay. HEX triplet: 42, 4C and AB. RGB value is (66,76,171). Sum of RGB (Red+Green+Blue) = 66+76+171=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #424CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424CAB is #BDB354. Grayscale: #535353. Windows color (decimal): -12432213 or 11226178. OLE color: 11226178.

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

Color convert

RGB6676171-
CMYK0.610.5600.33
HSL234.29º44.3%46.47%-
HSV(B)234.29º61.4%67.06%-
XYZ12.189.2739.67-
YUV83.84177.19115.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=21.09%
G=24.28%
B=54.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66761710.610.5600.33234.2944.346.47
Hex424CAB3D38021ea2c2e
Octal10211425375700413525456
Binary1000010100110010101011111101111000010000111101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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