Html Css Color HEX #4E4453 Bossanova

📋 copy color: '#4E4453'

red 78 ◦ green 68 ◦ blue 83

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

Shades of Bossanova #4E4453

Tints of Bossanova #4E4453

RGB

 RED value IS 78 (30.86% from 255) = 34.06%

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 34.06%
G = 29.69%
B = 36.24%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E4453 (or 0x4E4453) is known color: Bossanova. HEX triplet: 4E, 44 and 53. RGB value is (78,68,83). Sum of RGB (Red+Green+Blue) = 78+68+83=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4453 is #B1BBAC. Grayscale: #484848. Windows color (decimal): -11647917 or 5456974. OLE color: 5456974.

HSL color Cylindrical-coordinate representation of color #4E4453: hue angle of 280º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4453 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 68 83 -
CMYK 0.06 0.18 0 0.67
HSL 280º 0.1% 0.3% -
HSV(B) 280º 0.18% 0.33% -
XYZ 6.77 6.38 9.06 -
YUV 72.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 78 68 83 0.06 0.18 0 0.67 280 0.1 0.3
Hex 4E 44 53 6 12 0 43 118 A 1E
Octal 116 104 123 6 22 0 103 430 12 36
Binary 1001110 1000100 1010011 110 10010 0 1000011 100011000 1010 11110

Color Harmonies of #4E4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4453

Black with #4E4453

Text Example


Text Example

White with #4E4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E4453; }

 p { color: rgb(78,68,83); }

 H1.HeaderClassName
 {
   color: #4E4453;
 }
 .AnyTagClassName
 {
   color: #4E4453;
 }
</style>

background-color css

<style>
 a { background-color: #4E4453; }

 a { background-color: rgb(78,68,83); }

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

border-color css

<style>
 span { border-color: #4E4453; }

 span { border-color: rgb(78,68,83); }

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