#43475D

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

Shades of Blue Zodiac #43475D

Tints of Blue Zodiac #43475D

Color information

#43475D (or 0x43475D) is unknown color: approx Blue Zodiac. HEX triplet: 43, 47 and 5D. RGB value is (67,71,93). Sum of RGB (Red+Green+Blue) = 67+71+93=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #43475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43475D is #BCB8A2. Grayscale: #484848. Windows color (decimal): -12368035 or 6113091. OLE color: 6113091.

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

Color convert

RGB677193-
CMYK0.280.2400.64
HSL230.77º16.25%31.37%-
HSV(B)230.77º27.96%36.47%-
XYZ6.546.4911.26-
YUV72.31139.67124.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=29.00%
G=30.74%
B=40.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6771930.280.2400.64230.7716.2531.37
Hex43475D1C18040e7101f
Octal103107135343001003472037
Binary100001110001111011101111001100001000000111001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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