Html Css Color HEX #424A50 Atomic

📋 copy color: '#424A50'

red 66 ◦ green 74 ◦ blue 80

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

Shades of Atomic #424A50

Tints of Atomic #424A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 30%
G = 33.64%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424A50 (or 0x424A50) is known color: Atomic. HEX triplet: 42, 4A and 50. RGB value is (66,74,80). Sum of RGB (Red+Green+Blue) = 66+74+80=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #424A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A50 is #BDB5AF. Grayscale: #484848. Windows color (decimal): -12432816 or 5261890. OLE color: 5261890.

HSL color Cylindrical-coordinate representation of color #424A50: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424A50 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 74 80 -
CMYK 0.17 0.08 0 0.69
HSL 205.71º 0.1% 0.29% -
HSV(B) 205.71º 0.18% 0.31% -
XYZ 6.14 6.63 8.55 -
YUV 72.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 66 74 80 0.17 0.08 0 0.69 205.71 0.1 0.29
Hex 42 4A 50 11 8 0 45 CE A 1D
Octal 102 112 120 21 10 0 105 316 12 35
Binary 1000010 1001010 1010000 10001 1000 0 1000101 11001110 1010 11101

Color Harmonies of #424A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A50

Black with #424A50

Text Example


Text Example

White with #424A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,80); }

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

background-color css

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

 a { background-color: rgb(66,74,80); }

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

border-color css

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

 span { border-color: rgb(66,74,80); }

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