Html Css Color HEX #4B5145 Cabbage Pont

📋 copy color: '#4B5145'

red 75 ◦ green 81 ◦ blue 69

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

Shades of Cabbage Pont #4B5145

Tints of Cabbage Pont #4B5145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 33.33%
G = 36%
B = 30.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#4B5145 (or 0x4B5145) is known color: Cabbage Pont. HEX triplet: 4B, 51 and 45. RGB value is (75,81,69). Sum of RGB (Red+Green+Blue) = 75+81+69=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5145 is #B4AEBA. Grayscale: #4D4D4D. Windows color (decimal): -11841211 or 4542795. OLE color: 4542795.

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

Color convert

RGB 75 81 69 -
CMYK 0.07 0 0.15 0.68
HSL 90º 0.08% 0.29% -
HSV(B) 90º 0.15% 0.32% -
XYZ 6.92 7.81 6.77 -
YUV 77.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 75 81 69 0.07 0 0.15 0.68 90 0.08 0.29
Hex 4B 51 45 7 0 F 44 5A 8 1D
Octal 113 121 105 7 0 17 104 132 10 35
Binary 1001011 1010001 1000101 111 0 1111 1000100 1011010 1000 11101

Color Harmonies of #4B5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5145

Black with #4B5145

Text Example


Text Example

White with #4B5145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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