Html Css Color HEX #424F54 Atomic

📋 copy color: '#424F54'

red 66 ◦ green 79 ◦ blue 84

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

Shades of Atomic #424F54

Tints of Atomic #424F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.68%

R = 28.82%
G = 34.5%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424F54 (or 0x424F54) is known color: Atomic. HEX triplet: 42, 4F and 54. RGB value is (66,79,84). Sum of RGB (Red+Green+Blue) = 66+79+84=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #424F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F54 is #BDB0AB. Grayscale: #4B4B4B. Windows color (decimal): -12431532 or 5525314. OLE color: 5525314.

HSL color Cylindrical-coordinate representation of color #424F54: hue angle of 196.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424F54 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 79 84 -
CMYK 0.21 0.06 0 0.67
HSL 196.67º 0.12% 0.29% -
HSV(B) 196.67º 0.21% 0.33% -
XYZ 6.64 7.39 9.46 -
YUV 75.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 66 79 84 0.21 0.06 0 0.67 196.67 0.12 0.29
Hex 42 4F 54 15 6 0 43 C5 C 1D
Octal 102 117 124 25 6 0 103 305 14 35
Binary 1000010 1001111 1010100 10101 110 0 1000011 11000101 1100 11101

Color Harmonies of #424F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F54

Black with #424F54

Text Example


Text Example

White with #424F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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