Html Css Color HEX #414758 Blue Zodiac

📋 copy color: '#414758'

red 65 ◦ green 71 ◦ blue 88

#414758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #414758

Tints of Blue Zodiac #414758

RGB

 RED value IS 65 (25.78% from 255) = 29.02%

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 29.02%
G = 31.7%
B = 39.29%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414758 (or 0x414758) is known color: 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

RGB 65 71 88 -
CMYK 0.26 0.19 0 0.65
HSL 224.35º 0.15% 0.3% -
HSV(B) 224.35º 0.26% 0.35% -
XYZ 6.19 6.33 10.13 -
YUV 71.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 65 71 88 0.26 0.19 0 0.65 224.35 0.15 0.3
Hex 41 47 58 1A 13 0 41 E0 F 1E
Octal 101 107 130 32 23 0 101 340 17 36
Binary 1000001 1000111 1011000 11010 10011 0 1000001 11100000 1111 11110

Color Harmonies of #414758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414758

Black with #414758

Text Example


Text Example

White with #414758

Text Example


Text Example

HTML Codes & Css Web 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>