#4247AB

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

Shades of Governor Bay #4247AB

Tints of Governor Bay #4247AB

Color information

#4247AB (or 0x4247AB) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and AB. RGB value is (66,71,171). Sum of RGB (Red+Green+Blue) = 66+71+171=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4247AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247AB is #BDB854. Grayscale: #505050. Windows color (decimal): -12433493 or 11224898. OLE color: 11224898.

HSL color Cylindrical-coordinate representation of color #4247AB: hue angle of 237.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4247AB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6671171-
CMYK0.610.5800.33
HSL237.14º44.3%46.47%-
HSV(B)237.14º61.4%67.06%-
XYZ11.858.6139.56-
YUV80.9178.84117.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=21.43%
G=23.05%
B=55.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66711710.610.5800.33237.1444.346.47
Hex4247AB3D3A021ed2c2e
Octal10210725375720413555456
Binary1000010100011110101011111101111010010000111101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4247AB; }

 p { color: rgb(66,71,171); }

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

<style>
 a { background-color: #4247AB; }

 a { background-color: rgb(66,71,171); }

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

<style>
 span { border-color: #4247AB; }

 span { border-color: rgb(66,71,171); }

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