Html Css Color HEX #414756 Blue Zodiac

📋 copy color: '#414756'

red 65 ◦ green 71 ◦ blue 86

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

Shades of Blue Zodiac #414756

Tints of Blue Zodiac #414756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 29.28%
G = 31.98%
B = 38.74%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414756 (or 0x414756) is known color: Blue Zodiac. HEX triplet: 41, 47 and 56. RGB value is (65,71,86). Sum of RGB (Red+Green+Blue) = 65+71+86=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #414756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414756 is #BEB8A9. Grayscale: #464646. Windows color (decimal): -12499114 or 5654337. OLE color: 5654337.

HSL color Cylindrical-coordinate representation of color #414756: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414756 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 71 86 -
CMYK 0.24 0.17 0 0.66
HSL 222.86º 0.14% 0.3% -
HSV(B) 222.86º 0.24% 0.34% -
XYZ 6.11 6.3 9.7 -
YUV 70.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 65 71 86 0.24 0.17 0 0.66 222.86 0.14 0.3
Hex 41 47 56 18 11 0 42 DF E 1E
Octal 101 107 126 30 21 0 102 337 16 36
Binary 1000001 1000111 1010110 11000 10001 0 1000010 11011111 1110 11110

Color Harmonies of #414756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414756

Black with #414756

Text Example


Text Example

White with #414756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414756; }

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

 H1.HeaderClassName
 {
   color: #414756;
 }
 .AnyTagClassName
 {
   color: #414756;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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