Html Css Color HEX #4B4C30 Waiouru

📋 copy color: '#4B4C30'

red 75 ◦ green 76 ◦ blue 48

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

Shades of Waiouru #4B4C30

Tints of Waiouru #4B4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 37.69%
G = 38.19%
B = 24.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4B4C30 (or 0x4B4C30) is known color: Waiouru. HEX triplet: 4B, 4C and 30. RGB value is (75,76,48). Sum of RGB (Red+Green+Blue) = 75+76+48=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4C30 is #B4B3CF. Grayscale: #484848. Windows color (decimal): -11842512 or 3165259. OLE color: 3165259.

HSL color Cylindrical-coordinate representation of color #4B4C30: hue angle of 62.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B4C30 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 76 48 -
CMYK 0.01 0 0.37 0.70
HSL 62.14º 0.23% 0.24% -
HSV(B) 62.14º 0.37% 0.3% -
XYZ 6.02 6.88 3.81 -
YUV 72.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 75 76 48 0.01 0 0.37 0.70 62.14 0.23 0.24
Hex 4B 4C 30 1 0 25 46 3E 17 18
Octal 113 114 60 1 0 45 106 76 27 30
Binary 1001011 1001100 110000 1 0 100101 1000110 111110 10111 11000

Color Harmonies of #4B4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4C30

Black with #4B4C30

Text Example


Text Example

White with #4B4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,76,48); }

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

background-color css

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

 a { background-color: rgb(75,76,48); }

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

border-color css

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

 span { border-color: rgb(75,76,48); }

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