#414858

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

Shades of Blue Zodiac #414858

Tints of Blue Zodiac #414858

Color information

#414858 (or 0x414858) is unknown color: approx Blue Zodiac. HEX triplet: 41, 48 and 58. RGB value is (65,72,88). Sum of RGB (Red+Green+Blue) = 65+72+88=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #414858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414858 is #BEB7A7. Grayscale: #474747. Windows color (decimal): -12498856 or 5785665. OLE color: 5785665.

HSL color Cylindrical-coordinate representation of color #414858: hue angle of 221.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414858 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB657288-
CMYK0.260.1800.65
HSL221.74º15.03%30%-
HSV(B)221.74º26.14%34.51%-
XYZ6.266.4610.15-
YUV71.73137.18123.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=28.89%
G=32%
B=39.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6572880.260.1800.65221.7415.0330
Hex4148581A12041def1e
Octal101110130322201013361736
Binary10000011001000101100011010100100100000111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414858; }

 p { color: rgb(65,72,88); }

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

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

 a { background-color: rgb(65,72,88); }

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

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

 span { border-color: rgb(65,72,88); }

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