Html Css Color HEX #41494C Atomic

📋 copy color: '#41494C'

red 65 ◦ green 73 ◦ blue 76

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

Shades of Atomic #41494C

Tints of Atomic #41494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

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

R = 30.37%
G = 34.11%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41494C (or 0x41494C) is known color: Atomic. HEX triplet: 41, 49 and 4C. RGB value is (65,73,76). Sum of RGB (Red+Green+Blue) = 65+73+76=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #41494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41494C is #BEB6B3. Grayscale: #464646. Windows color (decimal): -12498612 or 4999489. OLE color: 4999489.

HSL color Cylindrical-coordinate representation of color #41494C: hue angle of 196.36º 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 #41494C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 73 76 -
CMYK 0.14 0.04 0 0.70
HSL 196.36º 0.08% 0.28% -
HSV(B) 196.36º 0.14% 0.3% -
XYZ 5.87 6.41 7.77 -
YUV 70.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 65 73 76 0.14 0.04 0 0.70 196.36 0.08 0.28
Hex 41 49 4C E 4 0 46 C4 8 1C
Octal 101 111 114 16 4 0 106 304 10 34
Binary 1000001 1001001 1001100 1110 100 0 1000110 11000100 1000 11100

Color Harmonies of #41494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41494C

Black with #41494C

Text Example


Text Example

White with #41494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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