Html Css Color HEX #424F58 Atomic

📋 copy color: '#424F58'

red 66 ◦ green 79 ◦ blue 88

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

Shades of Atomic #424F58

Tints of Atomic #424F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.91%

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

R = 28.33%
G = 33.91%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424F58 (or 0x424F58) is known color: Atomic. HEX triplet: 42, 4F and 58. RGB value is (66,79,88). Sum of RGB (Red+Green+Blue) = 66+79+88=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #424F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F58 is #BDB0A7. Grayscale: #4C4C4C. Windows color (decimal): -12431528 or 5787458. OLE color: 5787458.

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

Color convert

RGB 66 79 88 -
CMYK 0.25 0.10 0 0.65
HSL 204.55º 0.14% 0.3% -
HSV(B) 204.55º 0.25% 0.35% -
XYZ 6.8 7.45 10.31 -
YUV 76.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 66 79 88 0.25 0.10 0 0.65 204.55 0.14 0.3
Hex 42 4F 58 19 A 0 41 CD E 1E
Octal 102 117 130 31 12 0 101 315 16 36
Binary 1000010 1001111 1011000 11001 1010 0 1000001 11001101 1110 11110

Color Harmonies of #424F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F58

Black with #424F58

Text Example


Text Example

White with #424F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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