#42469D

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

Shades of Governor Bay #42469D

Tints of Governor Bay #42469D

Color information

#42469D (or 0x42469D) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and 9D. RGB value is (66,70,157). Sum of RGB (Red+Green+Blue) = 66+70+157=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #42469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469D is #BDB962. Grayscale: #4E4E4E. Windows color (decimal): -12433763 or 10307138. OLE color: 10307138.

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

Color convert

RGB6670157-
CMYK0.580.5500.38
HSL237.36º40.81%43.73%-
HSV(B)237.36º57.96%61.57%-
XYZ10.527.9732.88-
YUV78.72172.17118.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=22.53%
G=23.89%
B=53.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66701570.580.5500.38237.3640.8143.73
Hex42469D3A37026ed292c
Octal10210623572670463555154
Binary1000010100011010011101111010110111010011011101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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