#4246A2

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

Shades of Governor Bay #4246A2

Tints of Governor Bay #4246A2

Color information

#4246A2 (or 0x4246A2) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and A2. RGB value is (66,70,162). Sum of RGB (Red+Green+Blue) = 66+70+162=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #4246A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4246A2 is #BDB95D. Grayscale: #4E4E4E. Windows color (decimal): -12433758 or 10634818. OLE color: 10634818.

HSL color Cylindrical-coordinate representation of color #4246A2: hue angle of 237.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4246A2 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6670162-
CMYK0.590.5700.36
HSL237.5º42.11%44.71%-
HSV(B)237.5º59.26%63.53%-
XYZ10.968.1535.18-
YUV79.29174.67118.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=22.15%
G=23.49%
B=54.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66701620.590.5700.36237.542.1144.71
Hex4246A23B39024ee2a2d
Octal10210624273710443565255
Binary1000010100011010100010111011111001010010011101110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4246A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4246A2; }

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

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

<style>
 a { background-color: #4246A2; }

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

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

<style>
 span { border-color: #4246A2; }

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

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