Html Css Color HEX #424558 Blue Zodiac

📋 copy color: '#424558'

red 66 ◦ green 69 ◦ blue 88

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

Shades of Blue Zodiac #424558

Tints of Blue Zodiac #424558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 29.6%
G = 30.94%
B = 39.46%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424558 (or 0x424558) is known color: Blue Zodiac. HEX triplet: 42, 45 and 58. RGB value is (66,69,88). Sum of RGB (Red+Green+Blue) = 66+69+88=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #424558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424558 is #BDBAA7. Grayscale: #464646. Windows color (decimal): -12434088 or 5784898. OLE color: 5784898.

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

Color convert

RGB 66 69 88 -
CMYK 0.25 0.22 0 0.65
HSL 231.82º 0.14% 0.3% -
HSV(B) 231.82º 0.25% 0.35% -
XYZ 6.14 6.12 10.09 -
YUV 70.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 66 69 88 0.25 0.22 0 0.65 231.82 0.14 0.3
Hex 42 45 58 19 16 0 41 E8 E 1E
Octal 102 105 130 31 26 0 101 350 16 36
Binary 1000010 1000101 1011000 11001 10110 0 1000001 11101000 1110 11110

Color Harmonies of #424558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424558

Black with #424558

Text Example


Text Example

White with #424558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424558; }

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

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

background-color css

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

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

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

border-color css

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

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

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