#424F9E

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

Shades of Governor Bay #424F9E

Tints of Governor Bay #424F9E

Color information

#424F9E (or 0x424F9E) is unknown color: approx Governor Bay. HEX triplet: 42, 4F and 9E. RGB value is (66,79,158). Sum of RGB (Red+Green+Blue) = 66+79+158=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #424F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F9E is #BDB061. Grayscale: #535353. Windows color (decimal): -12431458 or 10374978. OLE color: 10374978.

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

Color convert

RGB6679158-
CMYK0.580.5000.38
HSL231.52º41.07%43.92%-
HSV(B)231.52º58.23%61.96%-
XYZ11.219.2233.54-
YUV84.12169.69115.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=21.78%
G=26.07%
B=52.15%

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
Decimal66791580.580.5000.38231.5241.0743.92
Hex424F9E3A32026e8292c
Octal10211723672620463505154
Binary1000010100111110011110111010110010010011011101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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