#43475B

Color #43475B Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #43475B

Tints of Blue Zodiac #43475B

Color information

#43475B (or 0x43475B) is unknown color: approx Blue Zodiac. HEX triplet: 43, 47 and 5B. RGB value is (67,71,91). Sum of RGB (Red+Green+Blue) = 67+71+91=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #43475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43475B is #BCB8A4. Grayscale: #484848. Windows color (decimal): -12368037 or 5982019. OLE color: 5982019.

HSL color Cylindrical-coordinate representation of color #43475B: hue angle of 230º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43475B is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB677191-
CMYK0.260.2200.64
HSL230º15.19%30.98%-
HSV(B)230º26.37%35.69%-
XYZ6.466.4610.8-
YUV72.08138.67124.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=29.26%
G=31.00%
B=39.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6771910.260.2200.6423015.1930.98
Hex43475B1A16040e6f1f
Octal103107133322601003461737
Binary10000111000111101101111010101100100000011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43475B; }

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

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

<style>
 a { background-color: #43475B; }

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

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

<style>
 span { border-color: #43475B; }

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

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