Html Css Color HEX #4B463B Punga

📋 copy color: '#4B463B'

red 75 ◦ green 70 ◦ blue 59

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

Shades of Punga #4B463B

Tints of Punga #4B463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 36.76%
G = 34.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B463B (or 0x4B463B) is known color: Punga. HEX triplet: 4B, 46 and 3B. RGB value is (75,70,59). Sum of RGB (Red+Green+Blue) = 75+70+59=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B463B is #B4B9C4. Grayscale: #464646. Windows color (decimal): -11844037 or 3884619. OLE color: 3884619.

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

Color convert

RGB 75 70 59 -
CMYK 0 0.07 0.21 0.71
HSL 41.25º 0.12% 0.26% -
HSV(B) 41.25º 0.21% 0.29% -
XYZ 5.88 6.19 5.02 -
YUV 70.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 75 70 59 0 0.07 0.21 0.71 41.25 0.12 0.26
Hex 4B 46 3B 0 7 15 47 29 C 1A
Octal 113 106 73 0 7 25 107 51 14 32
Binary 1001011 1000110 111011 0 111 10101 1000111 101001 1100 11010

Color Harmonies of #4B463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B463B

Black with #4B463B

Text Example


Text Example

White with #4B463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,59); }

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

background-color css

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

 a { background-color: rgb(75,70,59); }

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

border-color css

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

 span { border-color: rgb(75,70,59); }

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