Html Css Color HEX #4B454E Bossanova

📋 copy color: '#4B454E'

red 75 ◦ green 69 ◦ blue 78

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

Shades of Bossanova #4B454E

Tints of Bossanova #4B454E

RGB

 RED value IS 75 (29.69% from 255) = 33.78%

 GREEN value IS 69 (27.34% from 255) = 31.08%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 33.78%
G = 31.08%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B454E (or 0x4B454E) is known color: Bossanova. HEX triplet: 4B, 45 and 4E. RGB value is (75,69,78). Sum of RGB (Red+Green+Blue) = 75+69+78=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B454E is #B4BAB1. Grayscale: #474747. Windows color (decimal): -11844274 or 5129547. OLE color: 5129547.

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

Color convert

RGB 75 69 78 -
CMYK 0.04 0.12 0 0.69
HSL 280º 0.06% 0.29% -
HSV(B) 280º 0.12% 0.31% -
XYZ 6.4 6.3 8.09 -
YUV 71.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 75 69 78 0.04 0.12 0 0.69 280 0.06 0.29
Hex 4B 45 4E 4 C 0 45 118 6 1D
Octal 113 105 116 4 14 0 105 430 6 35
Binary 1001011 1000101 1001110 100 1100 0 1000101 100011000 110 11101

Color Harmonies of #4B454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B454E

Black with #4B454E

Text Example


Text Example

White with #4B454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,78); }

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

background-color css

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

 a { background-color: rgb(75,69,78); }

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

border-color css

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

 span { border-color: rgb(75,69,78); }

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