Html Css Color HEX #424659 Blue Zodiac

📋 copy color: '#424659'

red 66 ◦ green 70 ◦ blue 89

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

Shades of Blue Zodiac #424659

Tints of Blue Zodiac #424659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 29.33%
G = 31.11%
B = 39.56%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424659 (or 0x424659) is known color: Blue Zodiac. HEX triplet: 42, 46 and 59. RGB value is (66,70,89). Sum of RGB (Red+Green+Blue) = 66+70+89=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #424659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424659 is #BDB9A6. Grayscale: #464646. Windows color (decimal): -12433831 or 5850690. OLE color: 5850690.

HSL color Cylindrical-coordinate representation of color #424659: hue angle of 229.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424659 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 70 89 -
CMYK 0.26 0.21 0 0.65
HSL 229.57º 0.15% 0.3% -
HSV(B) 229.57º 0.26% 0.35% -
XYZ 6.24 6.26 10.33 -
YUV 70.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 66 70 89 0.26 0.21 0 0.65 229.57 0.15 0.3
Hex 42 46 59 1A 15 0 41 E6 F 1E
Octal 102 106 131 32 25 0 101 346 17 36
Binary 1000010 1000110 1011001 11010 10101 0 1000001 11100110 1111 11110

Color Harmonies of #424659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424659

Black with #424659

Text Example


Text Example

White with #424659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424659; }

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

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

background-color css

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

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

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

border-color css

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

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

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