Html Css Color HEX #41484B Atomic

📋 copy color: '#41484B'

red 65 ◦ green 72 ◦ blue 75

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

Shades of Atomic #41484B

Tints of Atomic #41484B

RGB

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

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

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

R = 30.66%
G = 33.96%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41484B (or 0x41484B) is known color: Atomic. HEX triplet: 41, 48 and 4B. RGB value is (65,72,75). Sum of RGB (Red+Green+Blue) = 65+72+75=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #41484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41484B is #BEB7B4. Grayscale: #464646. Windows color (decimal): -12498869 or 4933697. OLE color: 4933697.

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

Color convert

RGB 65 72 75 -
CMYK 0.13 0.04 0 0.71
HSL 198º 0.07% 0.27% -
HSV(B) 198º 0.13% 0.29% -
XYZ 5.77 6.27 7.56 -
YUV 70.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 65 72 75 0.13 0.04 0 0.71 198 0.07 0.27
Hex 41 48 4B D 4 0 47 C6 7 1B
Octal 101 110 113 15 4 0 107 306 7 33
Binary 1000001 1001000 1001011 1101 100 0 1000111 11000110 111 11011

Color Harmonies of #41484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41484B

Black with #41484B

Text Example


Text Example

White with #41484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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