#42459E

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

Shades of Governor Bay #42459E

Tints of Governor Bay #42459E

Color information

#42459E (or 0x42459E) is unknown color: approx Governor Bay. HEX triplet: 42, 45 and 9E. RGB value is (66,69,158). Sum of RGB (Red+Green+Blue) = 66+69+158=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #42459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42459E is #BDBA61. Grayscale: #4D4D4D. Windows color (decimal): -12434018 or 10372418. OLE color: 10372418.

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

Color convert

RGB6669158-
CMYK0.580.5600.38
HSL238.04º41.07%43.92%-
HSV(B)238.04º58.23%61.96%-
XYZ10.557.8833.31-
YUV78.25173.01119.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=22.53%
G=23.55%
B=53.92%

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
Decimal66691580.580.5600.38238.0441.0743.92
Hex42459E3A38026ee292c
Octal10210523672700463565154
Binary1000010100010110011110111010111000010011011101110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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