Html Css Color HEX #414C4F Atomic

📋 copy color: '#414C4F'

red 65 ◦ green 76 ◦ blue 79

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

Shades of Atomic #414C4F

Tints of Atomic #414C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 29.55%
G = 34.55%
B = 35.91%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414C4F (or 0x414C4F) is known color: Atomic. HEX triplet: 41, 4C and 4F. RGB value is (65,76,79). Sum of RGB (Red+Green+Blue) = 65+76+79=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #414C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C4F is #BEB3B0. Grayscale: #494949. Windows color (decimal): -12497841 or 5196865. OLE color: 5196865.

HSL color Cylindrical-coordinate representation of color #414C4F: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414C4F is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 76 79 -
CMYK 0.18 0.04 0 0.69
HSL 192.86º 0.1% 0.28% -
HSV(B) 192.86º 0.18% 0.31% -
XYZ 6.18 6.86 8.4 -
YUV 73.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 65 76 79 0.18 0.04 0 0.69 192.86 0.1 0.28
Hex 41 4C 4F 12 4 0 45 C1 A 1C
Octal 101 114 117 22 4 0 105 301 12 34
Binary 1000001 1001100 1001111 10010 100 0 1000101 11000001 1010 11100

Color Harmonies of #414C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C4F

Black with #414C4F

Text Example


Text Example

White with #414C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414C4F; }

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

 H1.HeaderClassName
 {
   color: #414C4F;
 }
 .AnyTagClassName
 {
   color: #414C4F;
 }
</style>

background-color css

<style>
 a { background-color: #414C4F; }

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

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

border-color css

<style>
 span { border-color: #414C4F; }

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

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