#424E9D

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

Shades of Governor Bay #424E9D

Tints of Governor Bay #424E9D

Color information

#424E9D (or 0x424E9D) is unknown color: approx Governor Bay. HEX triplet: 42, 4E and 9D. RGB value is (66,78,157). Sum of RGB (Red+Green+Blue) = 66+78+157=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #424E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E9D is #BDB162. Grayscale: #535353. Windows color (decimal): -12431715 or 10309186. OLE color: 10309186.

HSL color Cylindrical-coordinate representation of color #424E9D: hue angle of 232.09º 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 #424E9D is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6678157-
CMYK0.580.5000.38
HSL232.09º40.81%43.73%-
HSV(B)232.09º57.96%61.57%-
XYZ11.069.0433.06-
YUV83.42169.52115.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=21.93%
G=25.91%
B=52.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66781570.580.5000.38232.0940.8143.73
Hex424E9D3A32026e8292c
Octal10211623572620463505154
Binary1000010100111010011101111010110010010011011101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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