#424EAA

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

Shades of Governor Bay #424EAA

Tints of Governor Bay #424EAA

Color information

#424EAA (or 0x424EAA) is unknown color: approx Governor Bay. HEX triplet: 42, 4E and AA. RGB value is (66,78,170). Sum of RGB (Red+Green+Blue) = 66+78+170=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #424EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424EAA is #BDB155. Grayscale: #545454. Windows color (decimal): -12431702 or 11161154. OLE color: 11161154.

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

Color convert

RGB6678170-
CMYK0.610.5400.33
HSL233.08º44.07%46.27%-
HSV(B)233.08º61.18%66.67%-
XYZ12.239.5139.22-
YUV84.9176.02114.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=21.02%
G=24.84%
B=54.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66781700.610.5400.33233.0844.0746.27
Hex424EAA3D36021e92c2e
Octal10211625275660413515456
Binary1000010100111010101010111101110110010000111101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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