Html Css Color HEX #42484B Atomic

📋 copy color: '#42484B'

red 66 ◦ green 72 ◦ blue 75

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

Shades of Atomic #42484B

Tints of Atomic #42484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 30.99%
G = 33.8%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42484B (or 0x42484B) is known color: Atomic. HEX triplet: 42, 48 and 4B. RGB value is (66,72,75). Sum of RGB (Red+Green+Blue) = 66+72+75=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #42484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42484B is #BDB7B4. Grayscale: #464646. Windows color (decimal): -12433333 or 4933698. OLE color: 4933698.

HSL color Cylindrical-coordinate representation of color #42484B: hue angle of 200º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42484B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 72 75 -
CMYK 0.12 0.04 0 0.71
HSL 200º 0.06% 0.28% -
HSV(B) 200º 0.12% 0.29% -
XYZ 5.83 6.3 7.57 -
YUV 70.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 66 72 75 0.12 0.04 0 0.71 200 0.06 0.28
Hex 42 48 4B C 4 0 47 C8 6 1C
Octal 102 110 113 14 4 0 107 310 6 34
Binary 1000010 1001000 1001011 1100 100 0 1000111 11001000 110 11100

Color Harmonies of #42484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42484B

Black with #42484B

Text Example


Text Example

White with #42484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42484B; }

 p { color: rgb(66,72,75); }

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

background-color css

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

 a { background-color: rgb(66,72,75); }

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

border-color css

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

 span { border-color: rgb(66,72,75); }

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