Html Css Color HEX #424658 Blue Zodiac

📋 copy color: '#424658'

red 66 ◦ green 70 ◦ blue 88

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

Shades of Blue Zodiac #424658

Tints of Blue Zodiac #424658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 29.46%
G = 31.25%
B = 39.29%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424658 (or 0x424658) is known color: Blue Zodiac. HEX triplet: 42, 46 and 58. RGB value is (66,70,88). Sum of RGB (Red+Green+Blue) = 66+70+88=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #424658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424658 is #BDB9A7. Grayscale: #464646. Windows color (decimal): -12433832 or 5785154. OLE color: 5785154.

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

Color convert

RGB 66 70 88 -
CMYK 0.25 0.20 0 0.65
HSL 229.09º 0.14% 0.3% -
HSV(B) 229.09º 0.25% 0.35% -
XYZ 6.2 6.24 10.11 -
YUV 70.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 66 70 88 0.25 0.20 0 0.65 229.09 0.14 0.3
Hex 42 46 58 19 14 0 41 E5 E 1E
Octal 102 106 130 31 24 0 101 345 16 36
Binary 1000010 1000110 1011000 11001 10100 0 1000001 11100101 1110 11110

Color Harmonies of #424658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424658

Black with #424658

Text Example


Text Example

White with #424658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424658; }

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

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

background-color css

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

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

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

border-color css

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

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

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