#42469B

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

Shades of Governor Bay #42469B

Tints of Governor Bay #42469B

Color information

#42469B (or 0x42469B) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and 9B. RGB value is (66,70,155). Sum of RGB (Red+Green+Blue) = 66+70+155=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #42469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469B is #BDB964. Grayscale: #4E4E4E. Windows color (decimal): -12433765 or 10176066. OLE color: 10176066.

HSL color Cylindrical-coordinate representation of color #42469B: hue angle of 237.3º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42469B is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6670155-
CMYK0.570.5500.39
HSL237.3º40.27%43.33%-
HSV(B)237.3º57.42%60.78%-
XYZ10.357.9131.99-
YUV78.49171.17119.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=22.68%
G=24.05%
B=53.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66701550.570.5500.39237.340.2743.33
Hex42469B3937027ed282b
Octal10210623371670473555053
Binary1000010100011010011011111001110111010011111101101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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