Html Css Color HEX #414F58 Atomic

📋 copy color: '#414F58'

red 65 ◦ green 79 ◦ blue 88

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

Shades of Atomic #414F58

Tints of Atomic #414F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 28.02%
G = 34.05%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414F58 (or 0x414F58) is known color: Atomic. HEX triplet: 41, 4F and 58. RGB value is (65,79,88). Sum of RGB (Red+Green+Blue) = 65+79+88=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #414F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F58 is #BEB0A7. Grayscale: #4B4B4B. Windows color (decimal): -12497064 or 5787457. OLE color: 5787457.

HSL color Cylindrical-coordinate representation of color #414F58: hue angle of 203.48º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414F58 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 79 88 -
CMYK 0.26 0.10 0 0.65
HSL 203.48º 0.15% 0.3% -
HSV(B) 203.48º 0.26% 0.35% -
XYZ 6.74 7.42 10.31 -
YUV 75.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 65 79 88 0.26 0.10 0 0.65 203.48 0.15 0.3
Hex 41 4F 58 1A A 0 41 CB F 1E
Octal 101 117 130 32 12 0 101 313 17 36
Binary 1000001 1001111 1011000 11010 1010 0 1000001 11001011 1111 11110

Color Harmonies of #414F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F58

Black with #414F58

Text Example


Text Example

White with #414F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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