Html Css Color HEX #424450 Blue Zodiac

📋 copy color: '#424450'

red 66 ◦ green 68 ◦ blue 80

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

Shades of Blue Zodiac #424450

Tints of Blue Zodiac #424450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 30.84%
G = 31.78%
B = 37.38%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424450 (or 0x424450) is known color: Blue Zodiac. HEX triplet: 42, 44 and 50. RGB value is (66,68,80). Sum of RGB (Red+Green+Blue) = 66+68+80=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 68 (26.95% from 255 or 31.78% 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 #424450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424450 is #BDBBAF. Grayscale: #444444. Windows color (decimal): -12434352 or 5260354. OLE color: 5260354.

HSL color Cylindrical-coordinate representation of color #424450: hue angle of 231.43º 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 #424450 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 68 80 -
CMYK 0.17 0.15 0 0.69
HSL 231.43º 0.1% 0.29% -
HSV(B) 231.43º 0.18% 0.31% -
XYZ 5.76 5.87 8.42 -
YUV 68.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 66 68 80 0.17 0.15 0 0.69 231.43 0.1 0.29
Hex 42 44 50 11 F 0 45 E7 A 1D
Octal 102 104 120 21 17 0 105 347 12 35
Binary 1000010 1000100 1010000 10001 1111 0 1000101 11100111 1010 11101

Color Harmonies of #424450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424450

Black with #424450

Text Example


Text Example

White with #424450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424450; }

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

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

background-color css

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

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

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

border-color css

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

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

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