Html Css Color HEX #424958 Blue Zodiac

📋 copy color: '#424958'

red 66 ◦ green 73 ◦ blue 88

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

Shades of Blue Zodiac #424958

Tints of Blue Zodiac #424958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 29.07%
G = 32.16%
B = 38.77%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424958 (or 0x424958) is known color: Blue Zodiac. HEX triplet: 42, 49 and 58. RGB value is (66,73,88). Sum of RGB (Red+Green+Blue) = 66+73+88=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #424958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424958 is #BDB6A7. Grayscale: #484848. Windows color (decimal): -12433064 or 5785922. OLE color: 5785922.

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

Color convert

RGB 66 73 88 -
CMYK 0.25 0.17 0 0.65
HSL 220.91º 0.14% 0.3% -
HSV(B) 220.91º 0.25% 0.35% -
XYZ 6.39 6.63 10.18 -
YUV 72.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 66 73 88 0.25 0.17 0 0.65 220.91 0.14 0.3
Hex 42 49 58 19 11 0 41 DD E 1E
Octal 102 111 130 31 21 0 101 335 16 36
Binary 1000010 1001001 1011000 11001 10001 0 1000001 11011101 1110 11110

Color Harmonies of #424958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424958

Black with #424958

Text Example


Text Example

White with #424958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424958; }

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

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

background-color css

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

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

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

border-color css

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

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

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