#4347AE

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

Shades of Governor Bay #4347AE

Tints of Governor Bay #4347AE

Color information

#4347AE (or 0x4347AE) is unknown color: approx Governor Bay. HEX triplet: 43, 47 and AE. RGB value is (67,71,174). Sum of RGB (Red+Green+Blue) = 67+71+174=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #4347AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4347AE is #BCB851. Grayscale: #515151. Windows color (decimal): -12367954 or 11421507. OLE color: 11421507.

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

Color convert

RGB6771174-
CMYK0.610.5900.32
HSL237.76º44.4%47.25%-
HSV(B)237.76º61.49%68.24%-
XYZ12.218.7641.09-
YUV81.55180.17117.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=21.47%
G=22.76%
B=55.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67711740.610.5900.32237.7644.447.25
Hex4347AE3D3B020ee2c2f
Octal10310725675730403565457
Binary1000011100011110101110111101111011010000011101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4347AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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