Html Css Color HEX #4B6F73 Ming

📋 copy color: '#4B6F73'

red 75 ◦ green 111 ◦ blue 115

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

Shades of Ming #4B6F73

Tints of Ming #4B6F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 24.92%
G = 36.88%
B = 38.21%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B6F73 (or 0x4B6F73) is known color: Ming. HEX triplet: 4B, 6F and 73. RGB value is (75,111,115). Sum of RGB (Red+Green+Blue) = 75+111+115=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B6F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F73 is #B4908C. Grayscale: #646464. Windows color (decimal): -11833485 or 7565131. OLE color: 7565131.

HSL color Cylindrical-coordinate representation of color #4B6F73: hue angle of 186º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B6F73 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 111 115 -
CMYK 0.35 0.03 0 0.55
HSL 186º 0.21% 0.37% -
HSV(B) 186º 0.35% 0.45% -
XYZ 11.68 14.1 18.33 -
YUV 100.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 75 111 115 0.35 0.03 0 0.55 186 0.21 0.37
Hex 4B 6F 73 23 3 0 37 BA 15 25
Octal 113 157 163 43 3 0 67 272 25 45
Binary 1001011 1101111 1110011 100011 11 0 110111 10111010 10101 100101

Color Harmonies of #4B6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6F73

Black with #4B6F73

Text Example


Text Example

White with #4B6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,115); }

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

background-color css

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

 a { background-color: rgb(75,111,115); }

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

border-color css

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

 span { border-color: rgb(75,111,115); }

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