#414758

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

Shades of Blue Zodiac #414758

Tints of Blue Zodiac #414758

Color information

#414758 (or 0x414758) is unknown color: approx Blue Zodiac. HEX triplet: 41, 47 and 58. RGB value is (65,71,88). Sum of RGB (Red+Green+Blue) = 65+71+88=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #414758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414758 is #BEB8A7. Grayscale: #474747. Windows color (decimal): -12499112 or 5785409. OLE color: 5785409.

HSL color Cylindrical-coordinate representation of color #414758: hue angle of 224.35º 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 #414758 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB657188-
CMYK0.260.1900.65
HSL224.35º15.03%30%-
HSV(B)224.35º26.14%34.51%-
XYZ6.196.3310.13-
YUV71.14137.51123.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=29.02%
G=31.70%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6571880.260.1900.65224.3515.0330
Hex4147581A13041e0f1e
Octal101107130322301013401736
Binary10000011000111101100011010100110100000111100000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414758; }

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

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

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

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

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

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

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

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