#414453

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

Shades of Blue Zodiac #414453

Tints of Blue Zodiac #414453

Color information

#414453 (or 0x414453) is unknown color: approx Blue Zodiac. HEX triplet: 41, 44 and 53. RGB value is (65,68,83). Sum of RGB (Red+Green+Blue) = 65+68+83=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #414453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414453 is #BEBBAC. Grayscale: #444444. Windows color (decimal): -12499885 or 5456961. OLE color: 5456961.

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

Color convert

RGB656883-
CMYK0.220.1800.67
HSL230º12.16%29.02%-
HSV(B)230º21.69%32.55%-
XYZ5.815.889.01-
YUV68.81136.01125.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=30.09%
G=31.48%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6568830.220.1800.6723012.1629.02
Hex4144531612043e6c1d
Octal101104123262201033461435
Binary10000011000100101001110110100100100001111100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414453; }

 p { color: rgb(65,68,83); }

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

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

 a { background-color: rgb(65,68,83); }

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

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

 span { border-color: rgb(65,68,83); }

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