Html Css Color HEX #414755 Blue Zodiac

📋 copy color: '#414755'

red 65 ◦ green 71 ◦ blue 85

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

Shades of Blue Zodiac #414755

Tints of Blue Zodiac #414755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 29.41%
G = 32.13%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414755 (or 0x414755) is known color: Blue Zodiac. HEX triplet: 41, 47 and 55. RGB value is (65,71,85). Sum of RGB (Red+Green+Blue) = 65+71+85=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #414755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414755 is #BEB8AA. Grayscale: #464646. Windows color (decimal): -12499115 or 5588801. OLE color: 5588801.

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

Color convert

RGB 65 71 85 -
CMYK 0.24 0.16 0 0.67
HSL 222º 0.13% 0.29% -
HSV(B) 222º 0.24% 0.33% -
XYZ 6.07 6.29 9.49 -
YUV 70.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 65 71 85 0.24 0.16 0 0.67 222 0.13 0.29
Hex 41 47 55 18 10 0 43 DE D 1D
Octal 101 107 125 30 20 0 103 336 15 35
Binary 1000001 1000111 1010101 11000 10000 0 1000011 11011110 1101 11101

Color Harmonies of #414755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414755

Black with #414755

Text Example


Text Example

White with #414755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414755; }

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

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

background-color css

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

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

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

border-color css

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

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

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