Html Css Color HEX #41484C Atomic

📋 copy color: '#41484C'

red 65 ◦ green 72 ◦ blue 76

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

Shades of Atomic #41484C

Tints of Atomic #41484C

RGB

 RED value IS 65 (25.78% from 255) = 30.52%

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 30.52%
G = 33.8%
B = 35.68%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41484C (or 0x41484C) is known color: Atomic. HEX triplet: 41, 48 and 4C. RGB value is (65,72,76). Sum of RGB (Red+Green+Blue) = 65+72+76=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #41484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41484C is #BEB7B3. Grayscale: #464646. Windows color (decimal): -12498868 or 4999233. OLE color: 4999233.

HSL color Cylindrical-coordinate representation of color #41484C: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41484C is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 72 76 -
CMYK 0.14 0.05 0 0.70
HSL 201.82º 0.08% 0.28% -
HSV(B) 201.82º 0.14% 0.3% -
XYZ 5.8 6.28 7.74 -
YUV 70.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 65 72 76 0.14 0.05 0 0.70 201.82 0.08 0.28
Hex 41 48 4C E 5 0 46 CA 8 1C
Octal 101 110 114 16 5 0 106 312 10 34
Binary 1000001 1001000 1001100 1110 101 0 1000110 11001010 1000 11100

Color Harmonies of #41484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41484C

Black with #41484C

Text Example


Text Example

White with #41484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41484C; }

 p { color: rgb(65,72,76); }

 H1.HeaderClassName
 {
   color: #41484C;
 }
 .AnyTagClassName
 {
   color: #41484C;
 }
</style>

background-color css

<style>
 a { background-color: #41484C; }

 a { background-color: rgb(65,72,76); }

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

border-color css

<style>
 span { border-color: #41484C; }

 span { border-color: rgb(65,72,76); }

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