#42489E

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

Shades of Governor Bay #42489E

Tints of Governor Bay #42489E

Color information

#42489E (or 0x42489E) is unknown color: approx Governor Bay. HEX triplet: 42, 48 and 9E. RGB value is (66,72,158). Sum of RGB (Red+Green+Blue) = 66+72+158=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #42489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42489E is #BDB761. Grayscale: #4F4F4F. Windows color (decimal): -12433250 or 10373186. OLE color: 10373186.

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

Color convert

RGB6672158-
CMYK0.580.5400.38
HSL236.09º41.07%43.92%-
HSV(B)236.09º58.23%61.96%-
XYZ10.748.2633.38-
YUV80.01172.01118.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=22.30%
G=24.32%
B=53.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66721580.580.5400.38236.0941.0743.92
Hex42489E3A36026ec292c
Octal10211023672660463545154
Binary1000010100100010011110111010110110010011011101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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