#434653

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

Shades of Blue Zodiac #434653

Tints of Blue Zodiac #434653

Color information

#434653 (or 0x434653) is unknown color: approx Blue Zodiac. HEX triplet: 43, 46 and 53. RGB value is (67,70,83). Sum of RGB (Red+Green+Blue) = 67+70+83=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #434653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434653 is #BCB9AC. Grayscale: #464646. Windows color (decimal): -12368301 or 5457475. OLE color: 5457475.

HSL color Cylindrical-coordinate representation of color #434653: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434653 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677083-
CMYK0.190.1600.67
HSL228.75º10.67%29.41%-
HSV(B)228.75º19.28%32.55%-
XYZ6.076.29.06-
YUV70.58135.01125.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=30.45%
G=31.82%
B=37.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6770830.190.1600.67228.7510.6729.41
Hex4346531310043e5b1d
Octal103106123232001033451335
Binary10000111000110101001110011100000100001111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434653; }

 p { color: rgb(67,70,83); }

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

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

 a { background-color: rgb(67,70,83); }

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

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

 span { border-color: rgb(67,70,83); }

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