#42469E

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

Shades of Governor Bay #42469E

Tints of Governor Bay #42469E

Color information

#42469E (or 0x42469E) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and 9E. RGB value is (66,70,158). Sum of RGB (Red+Green+Blue) = 66+70+158=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #42469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469E is #BDB961. Grayscale: #4E4E4E. Windows color (decimal): -12433762 or 10372674. OLE color: 10372674.

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

Color convert

RGB6670158-
CMYK0.580.5600.38
HSL237.39º41.07%43.92%-
HSV(B)237.39º58.23%61.96%-
XYZ10.618.0133.33-
YUV78.84172.67118.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=22.45%
G=23.81%
B=53.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66701580.580.5600.38237.3941.0743.92
Hex42469E3A38026ed292c
Octal10210623672700463555154
Binary1000010100011010011110111010111000010011011101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42469E; }

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

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

<style>
 a { background-color: #42469E; }

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

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

<style>
 span { border-color: #42469E; }

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

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