Html Css Color HEX #414B53 Atomic

📋 copy color: '#414B53'

red 65 ◦ green 75 ◦ blue 83

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

Shades of Atomic #414B53

Tints of Atomic #414B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 29.15%
G = 33.63%
B = 37.22%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414B53 (or 0x414B53) is known color: Atomic. HEX triplet: 41, 4B and 53. RGB value is (65,75,83). Sum of RGB (Red+Green+Blue) = 65+75+83=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #414B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B53 is #BEB4AC. Grayscale: #484848. Windows color (decimal): -12498093 or 5458753. OLE color: 5458753.

HSL color Cylindrical-coordinate representation of color #414B53: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414B53 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 75 83 -
CMYK 0.22 0.10 0 0.67
HSL 206.67º 0.12% 0.29% -
HSV(B) 206.67º 0.22% 0.33% -
XYZ 6.26 6.78 9.16 -
YUV 72.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 65 75 83 0.22 0.10 0 0.67 206.67 0.12 0.29
Hex 41 4B 53 16 A 0 43 CF C 1D
Octal 101 113 123 26 12 0 103 317 14 35
Binary 1000001 1001011 1010011 10110 1010 0 1000011 11001111 1100 11101

Color Harmonies of #414B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B53

Black with #414B53

Text Example


Text Example

White with #414B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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