#424BAA

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

Shades of Governor Bay #424BAA

Tints of Governor Bay #424BAA

Color information

#424BAA (or 0x424BAA) is unknown color: approx Governor Bay. HEX triplet: 42, 4B and AA. RGB value is (66,75,170). Sum of RGB (Red+Green+Blue) = 66+75+170=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #424BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAA is #BDB455. Grayscale: #525252. Windows color (decimal): -12432470 or 11160386. OLE color: 11160386.

HSL color Cylindrical-coordinate representation of color #424BAA: hue angle of 234.81º 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 #424BAA is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6675170-
CMYK0.610.5600.33
HSL234.81º44.07%46.27%-
HSV(B)234.81º61.18%66.67%-
XYZ12.029.0939.15-
YUV83.14177.02115.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=21.22%
G=24.12%
B=54.66%

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
Decimal66751700.610.5600.33234.8144.0746.27
Hex424BAA3D38021eb2c2e
Octal10211325275700413535456
Binary1000010100101110101010111101111000010000111101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,170); }

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

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

 a { background-color: rgb(66,75,170); }

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

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

 span { border-color: rgb(66,75,170); }

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