#43479C

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

Shades of Governor Bay #43479C

Tints of Governor Bay #43479C

Color information

#43479C (or 0x43479C) is unknown color: approx Governor Bay. HEX triplet: 43, 47 and 9C. RGB value is (67,71,156). Sum of RGB (Red+Green+Blue) = 67+71+156=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #43479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43479C is #BCB863. Grayscale: #4F4F4F. Windows color (decimal): -12367972 or 10241859. OLE color: 10241859.

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

Color convert

RGB6771156-
CMYK0.570.5400.39
HSL237.3º39.91%43.73%-
HSV(B)237.3º57.05%61.18%-
XYZ10.578.132.46-
YUV79.49171.17119.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.79%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=22.79%
G=24.15%
B=53.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67711560.570.5400.39237.339.9143.73
Hex43479C3936027ed282c
Octal10310723471660473555054
Binary1000011100011110011100111001110110010011111101101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43479C; }

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

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

<style>
 a { background-color: #43479C; }

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

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

<style>
 span { border-color: #43479C; }

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

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