Html Css Color HEX #414A4F Atomic

📋 copy color: '#414A4F'

red 65 ◦ green 74 ◦ blue 79

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

Shades of Atomic #414A4F

Tints of Atomic #414A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

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

R = 29.82%
G = 33.94%
B = 36.24%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414A4F (or 0x414A4F) is known color: Atomic. HEX triplet: 41, 4A and 4F. RGB value is (65,74,79). Sum of RGB (Red+Green+Blue) = 65+74+79=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #414A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A4F is #BEB5B0. Grayscale: #474747. Windows color (decimal): -12498353 or 5196353. OLE color: 5196353.

HSL color Cylindrical-coordinate representation of color #414A4F: hue angle of 201.43º 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 #414A4F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 74 79 -
CMYK 0.18 0.06 0 0.69
HSL 201.43º 0.1% 0.28% -
HSV(B) 201.43º 0.18% 0.31% -
XYZ 6.04 6.59 8.35 -
YUV 71.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 65 74 79 0.18 0.06 0 0.69 201.43 0.1 0.28
Hex 41 4A 4F 12 6 0 45 C9 A 1C
Octal 101 112 117 22 6 0 105 311 12 34
Binary 1000001 1001010 1001111 10010 110 0 1000101 11001001 1010 11100

Color Harmonies of #414A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A4F

Black with #414A4F

Text Example


Text Example

White with #414A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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