Html Css Color HEX #424F56 Atomic

📋 copy color: '#424F56'

red 66 ◦ green 79 ◦ blue 86

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

Shades of Atomic #424F56

Tints of Atomic #424F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 28.57%
G = 34.2%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424F56 (or 0x424F56) is known color: Atomic. HEX triplet: 42, 4F and 56. RGB value is (66,79,86). Sum of RGB (Red+Green+Blue) = 66+79+86=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #424F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F56 is #BDB0A9. Grayscale: #4B4B4B. Windows color (decimal): -12431530 or 5656386. OLE color: 5656386.

HSL color Cylindrical-coordinate representation of color #424F56: hue angle of 201º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424F56 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 79 86 -
CMYK 0.23 0.08 0 0.66
HSL 201º 0.13% 0.3% -
HSV(B) 201º 0.23% 0.34% -
XYZ 6.72 7.42 9.88 -
YUV 75.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 66 79 86 0.23 0.08 0 0.66 201 0.13 0.3
Hex 42 4F 56 17 8 0 42 C9 D 1E
Octal 102 117 126 27 10 0 102 311 15 36
Binary 1000010 1001111 1010110 10111 1000 0 1000010 11001001 1101 11110

Color Harmonies of #424F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F56

Black with #424F56

Text Example


Text Example

White with #424F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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