Html Css Color HEX #414550 Blue Zodiac

📋 copy color: '#414550'

red 65 ◦ green 69 ◦ blue 80

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

Shades of Blue Zodiac #414550

Tints of Blue Zodiac #414550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 30.37%
G = 32.24%
B = 37.38%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414550 (or 0x414550) is known color: Blue Zodiac. HEX triplet: 41, 45 and 50. RGB value is (65,69,80). Sum of RGB (Red+Green+Blue) = 65+69+80=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #414550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414550 is #BEBAAF. Grayscale: #454545. Windows color (decimal): -12499632 or 5260609. OLE color: 5260609.

HSL color Cylindrical-coordinate representation of color #414550: hue angle of 224º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414550 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 69 80 -
CMYK 0.19 0.14 0 0.69
HSL 224º 0.1% 0.28% -
HSV(B) 224º 0.19% 0.31% -
XYZ 5.76 5.96 8.44 -
YUV 69.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 65 69 80 0.19 0.14 0 0.69 224 0.1 0.28
Hex 41 45 50 13 E 0 45 E0 A 1C
Octal 101 105 120 23 16 0 105 340 12 34
Binary 1000001 1000101 1010000 10011 1110 0 1000101 11100000 1010 11100

Color Harmonies of #414550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414550

Black with #414550

Text Example


Text Example

White with #414550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414550; }

 p { color: rgb(65,69,80); }

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

background-color css

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

 a { background-color: rgb(65,69,80); }

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

border-color css

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

 span { border-color: rgb(65,69,80); }

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