#414654

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

Shades of Blue Zodiac #414654

Tints of Blue Zodiac #414654

Color information

#414654 (or 0x414654) is unknown color: approx Blue Zodiac. HEX triplet: 41, 46 and 54. RGB value is (65,70,84). Sum of RGB (Red+Green+Blue) = 65+70+84=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #414654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414654 is #BEB9AB. Grayscale: #464646. Windows color (decimal): -12499372 or 5523009. OLE color: 5523009.

HSL color Cylindrical-coordinate representation of color #414654: hue angle of 224.21º 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 #414654 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657084-
CMYK0.230.1700.67
HSL224.21º12.75%29.22%-
HSV(B)224.21º22.62%32.94%-
XYZ5.976.149.26-
YUV70.1135.84124.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=29.68%
G=31.96%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6570840.230.1700.67224.2112.7529.22
Hex4146541711043e0d1d
Octal101106124272101033401535
Binary10000011000110101010010111100010100001111100000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414654; }

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

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

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

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

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

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

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

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