Html Css Color HEX #424650 Blue Zodiac

📋 copy color: '#424650'

red 66 ◦ green 70 ◦ blue 80

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

Shades of Blue Zodiac #424650

Tints of Blue Zodiac #424650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 30.56%
G = 32.41%
B = 37.04%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424650 (or 0x424650) is known color: Blue Zodiac. HEX triplet: 42, 46 and 50. RGB value is (66,70,80). Sum of RGB (Red+Green+Blue) = 66+70+80=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #424650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424650 is #BDB9AF. Grayscale: #454545. Windows color (decimal): -12433840 or 5260866. OLE color: 5260866.

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

Color convert

RGB 66 70 80 -
CMYK 0.17 0.12 0 0.69
HSL 222.86º 0.1% 0.29% -
HSV(B) 222.86º 0.18% 0.31% -
XYZ 5.88 6.12 8.46 -
YUV 69.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 66 70 80 0.17 0.12 0 0.69 222.86 0.1 0.29
Hex 42 46 50 11 C 0 45 DF A 1D
Octal 102 106 120 21 14 0 105 337 12 35
Binary 1000010 1000110 1010000 10001 1100 0 1000101 11011111 1010 11101

Color Harmonies of #424650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424650

Black with #424650

Text Example


Text Example

White with #424650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424650; }

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

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

background-color css

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

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

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

border-color css

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

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

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