Html Css Color HEX #4B705E Como

📋 copy color: '#4B705E'

red 75 ◦ green 112 ◦ blue 94

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

Shades of Como #4B705E

Tints of Como #4B705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 26.69%
G = 39.86%
B = 33.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#4B705E (or 0x4B705E) is known color: Como. HEX triplet: 4B, 70 and 5E. RGB value is (75,112,94). Sum of RGB (Red+Green+Blue) = 75+112+94=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4B705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B705E is #B48FA1. Grayscale: #626262. Windows color (decimal): -11833250 or 6189131. OLE color: 6189131.

HSL color Cylindrical-coordinate representation of color #4B705E: hue angle of 150.81º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B705E is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 94 -
CMYK 0.33 0 0.16 0.56
HSL 150.81º 0.2% 0.37% -
HSV(B) 150.81º 0.33% 0.44% -
XYZ 10.72 13.89 12.71 -
YUV 98.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 75 112 94 0.33 0 0.16 0.56 150.81 0.2 0.37
Hex 4B 70 5E 21 0 10 38 97 14 25
Octal 113 160 136 41 0 20 70 227 24 45
Binary 1001011 1110000 1011110 100001 0 10000 111000 10010111 10100 100101

Color Harmonies of #4B705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B705E

Black with #4B705E

Text Example


Text Example

White with #4B705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,94); }

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

background-color css

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

 a { background-color: rgb(75,112,94); }

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

border-color css

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

 span { border-color: rgb(75,112,94); }

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