Html Css Color HEX #41484A Atomic

📋 copy color: '#41484A'

red 65 ◦ green 72 ◦ blue 74

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

Shades of Atomic #41484A

Tints of Atomic #41484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 30.81%
G = 34.12%
B = 35.07%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41484A (or 0x41484A) is known color: Atomic. HEX triplet: 41, 48 and 4A. RGB value is (65,72,74). Sum of RGB (Red+Green+Blue) = 65+72+74=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #41484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41484A is #BEB7B5. Grayscale: #464646. Windows color (decimal): -12498870 or 4868161. OLE color: 4868161.

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

Color convert

RGB 65 72 74 -
CMYK 0.12 0.03 0 0.71
HSL 193.33º 0.06% 0.27% -
HSV(B) 193.33º 0.12% 0.29% -
XYZ 5.73 6.25 7.38 -
YUV 70.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 65 72 74 0.12 0.03 0 0.71 193.33 0.06 0.27
Hex 41 48 4A C 3 0 47 C1 6 1B
Octal 101 110 112 14 3 0 107 301 6 33
Binary 1000001 1001000 1001010 1100 11 0 1000111 11000001 110 11011

Color Harmonies of #41484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41484A

Black with #41484A

Text Example


Text Example

White with #41484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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