Html Css Color HEX #414F57 Atomic

📋 copy color: '#414F57'

red 65 ◦ green 79 ◦ blue 87

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

Shades of Atomic #414F57

Tints of Atomic #414F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 87 (34.38% from 255) = 37.66%

R = 28.14%
G = 34.2%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414F57 (or 0x414F57) is known color: Atomic. HEX triplet: 41, 4F and 57. RGB value is (65,79,87). Sum of RGB (Red+Green+Blue) = 65+79+87=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #414F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F57 is #BEB0A8. Grayscale: #4B4B4B. Windows color (decimal): -12497065 or 5721921. OLE color: 5721921.

HSL color Cylindrical-coordinate representation of color #414F57: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414F57 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 79 87 -
CMYK 0.25 0.09 0 0.66
HSL 201.82º 0.14% 0.3% -
HSV(B) 201.82º 0.25% 0.34% -
XYZ 6.7 7.4 10.09 -
YUV 75.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 65 79 87 0.25 0.09 0 0.66 201.82 0.14 0.3
Hex 41 4F 57 19 9 0 42 CA E 1E
Octal 101 117 127 31 11 0 102 312 16 36
Binary 1000001 1001111 1010111 11001 1001 0 1000010 11001010 1110 11110

Color Harmonies of #414F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F57

Black with #414F57

Text Example


Text Example

White with #414F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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