#414754

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

Shades of Blue Zodiac #414754

Tints of Blue Zodiac #414754

Color information

#414754 (or 0x414754) is unknown color: approx Blue Zodiac. HEX triplet: 41, 47 and 54. RGB value is (65,71,84). Sum of RGB (Red+Green+Blue) = 65+71+84=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #414754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414754 is #BEB8AB. Grayscale: #464646. Windows color (decimal): -12499116 or 5523265. OLE color: 5523265.

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

Color convert

RGB657184-
CMYK0.230.1500.67
HSL221.05º12.75%29.22%-
HSV(B)221.05º22.62%32.94%-
XYZ6.036.279.28-
YUV70.69135.51123.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=29.55%
G=32.27%
B=38.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6571840.230.1500.67221.0512.7529.22
Hex41475417F043ddd1d
Octal101107124271701033351535
Binary1000001100011110101001011111110100001111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414754; }

 p { color: rgb(65,71,84); }

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

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

 a { background-color: rgb(65,71,84); }

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

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

 span { border-color: rgb(65,71,84); }

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