Html Css Color HEX #4C4052 Bossanova

📋 copy color: '#4C4052'

red 76 ◦ green 64 ◦ blue 82

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

Shades of Bossanova #4C4052

Tints of Bossanova #4C4052

RGB

 RED value IS 76 (30.08% from 255) = 34.23%

 GREEN value IS 64 (25.39% from 255) = 28.83%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 34.23%
G = 28.83%
B = 36.94%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C4052 (or 0x4C4052) is known color: Bossanova. HEX triplet: 4C, 40 and 52. RGB value is (76,64,82). Sum of RGB (Red+Green+Blue) = 76+64+82=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4052 is #B3BFAD. Grayscale: #454545. Windows color (decimal): -11780014 or 5390412. OLE color: 5390412.

HSL color Cylindrical-coordinate representation of color #4C4052: hue angle of 280º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C4052 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 64 82 -
CMYK 0.07 0.22 0 0.68
HSL 280º 0.12% 0.29% -
HSV(B) 280º 0.22% 0.32% -
XYZ 6.34 5.81 8.77 -
YUV 69.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 76 64 82 0.07 0.22 0 0.68 280 0.12 0.29
Hex 4C 40 52 7 16 0 44 118 C 1D
Octal 114 100 122 7 26 0 104 430 14 35
Binary 1001100 1000000 1010010 111 10110 0 1000100 100011000 1100 11101

Color Harmonies of #4C4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4052

Black with #4C4052

Text Example


Text Example

White with #4C4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,82); }

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

background-color css

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

 a { background-color: rgb(76,64,82); }

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

border-color css

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

 span { border-color: rgb(76,64,82); }

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