#484B4D

Color #484B4D Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #484B4D

Tints of Atomic #484B4D

Color information

#484B4D (or 0x484B4D) is unknown color: approx Atomic. HEX triplet: 48, 4B and 4D. RGB value is (72,75,77). Sum of RGB (Red+Green+Blue) = 72+75+77=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #484B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B4D is #B7B4B2. Grayscale: #4A4A4A. Windows color (decimal): -12039347 or 5065544. OLE color: 5065544.

HSL color Cylindrical-coordinate representation of color #484B4D: hue angle of 204º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #484B4D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB727577-
CMYK0.060.0300.70
HSL204º3.36%29.22%-
HSV(B)204º6.49%30.2%-
XYZ6.536.958.02-
YUV74.33129.51126.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=32.14%
G=33.48%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7275770.060.0300.702043.3629.22
Hex484B4D63046cc31d
Octal110113115630106314335
Binary1001000100101110011011101101000110110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B4D; }

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

 H1.HeaderClassName
 {
   color: #484B4D;
 }
 .AnyTagClassName
 {
   color: #484B4D;
 }
</style>
background-color css

<style>
 a { background-color: #484B4D; }

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

 div.DivClassName
 {
   background-color: #484B4D;
 }
 .BgClassName
 {
   background-color: #484B4D;
 }
</style>
border-color css

<style>
 span { border-color: #484B4D; }

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

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