#4347AB

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

Shades of Governor Bay #4347AB

Tints of Governor Bay #4347AB

Color information

#4347AB (or 0x4347AB) is unknown color: approx Governor Bay. HEX triplet: 43, 47 and AB. RGB value is (67,71,171). Sum of RGB (Red+Green+Blue) = 67+71+171=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4347AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4347AB is #BCB854. Grayscale: #505050. Windows color (decimal): -12367957 or 11224899. OLE color: 11224899.

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

Color convert

RGB6771171-
CMYK0.610.5800.33
HSL237.69º43.7%46.67%-
HSV(B)237.69º60.82%67.06%-
XYZ11.928.6439.57-
YUV81.2178.67117.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=21.68%
G=22.98%
B=55.34%

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
Decimal67711710.610.5800.33237.6943.746.67
Hex4347AB3D3A021ee2c2f
Octal10310725375720413565457
Binary1000011100011110101011111101111010010000111101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4347AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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