#424E9E

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

Shades of Governor Bay #424E9E

Tints of Governor Bay #424E9E

Color information

#424E9E (or 0x424E9E) is unknown color: approx Governor Bay. HEX triplet: 42, 4E and 9E. RGB value is (66,78,158). Sum of RGB (Red+Green+Blue) = 66+78+158=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #424E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E9E is #BDB161. Grayscale: #535353. Windows color (decimal): -12431714 or 10374722. OLE color: 10374722.

HSL color Cylindrical-coordinate representation of color #424E9E: hue angle of 232.17º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #424E9E is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6678158-
CMYK0.580.5100.38
HSL232.17º41.07%43.92%-
HSV(B)232.17º58.23%61.96%-
XYZ11.149.0833.51-
YUV83.53170.02115.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=21.85%
G=25.83%
B=52.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66781580.580.5100.38232.1741.0743.92
Hex424E9E3A33026e8292c
Octal10211623672630463505154
Binary1000010100111010011110111010110011010011011101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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