#434759

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

Shades of Blue Zodiac #434759

Tints of Blue Zodiac #434759

Color information

#434759 (or 0x434759) is unknown color: approx Blue Zodiac. HEX triplet: 43, 47 and 59. RGB value is (67,71,89). Sum of RGB (Red+Green+Blue) = 67+71+89=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #434759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434759 is #BCB8A6. Grayscale: #474747. Windows color (decimal): -12368039 or 5850947. OLE color: 5850947.

HSL color Cylindrical-coordinate representation of color #434759: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434759 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677189-
CMYK0.250.2000.65
HSL229.09º14.1%30.59%-
HSV(B)229.09º24.72%34.9%-
XYZ6.376.4210.35-
YUV71.86137.67124.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=29.52%
G=31.28%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6771890.250.2000.65229.0914.130.59
Hex4347591914041e5e1f
Octal103107131312401013451637
Binary10000111000111101100111001101000100000111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434759; }

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

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

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

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

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

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

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

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