Html Css Color HEX #424550 Blue Zodiac

📋 copy color: '#424550'

red 66 ◦ green 69 ◦ blue 80

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

Shades of Blue Zodiac #424550

Tints of Blue Zodiac #424550

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

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

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

R = 30.7%
G = 32.09%
B = 37.21%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424550 (or 0x424550) is known color: Blue Zodiac. HEX triplet: 42, 45 and 50. RGB value is (66,69,80). Sum of RGB (Red+Green+Blue) = 66+69+80=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #424550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424550 is #BDBAAF. Grayscale: #454545. Windows color (decimal): -12434096 or 5260610. OLE color: 5260610.

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

Color convert

RGB 66 69 80 -
CMYK 0.17 0.14 0 0.69
HSL 227.14º 0.1% 0.29% -
HSV(B) 227.14º 0.18% 0.31% -
XYZ 5.82 5.99 8.44 -
YUV 69.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 66 69 80 0.17 0.14 0 0.69 227.14 0.1 0.29
Hex 42 45 50 11 E 0 45 E3 A 1D
Octal 102 105 120 21 16 0 105 343 12 35
Binary 1000010 1000101 1010000 10001 1110 0 1000101 11100011 1010 11101

Color Harmonies of #424550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424550

Black with #424550

Text Example


Text Example

White with #424550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424550; }

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

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

background-color css

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

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

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

border-color css

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

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

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