Html Css Color HEX #4A7275 Ming

📋 copy color: '#4A7275'

red 74 ◦ green 114 ◦ blue 117

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

Shades of Ming #4A7275

Tints of Ming #4A7275

RGB

 RED value IS 74 (29.3% from 255) = 24.26%

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 24.26%
G = 37.38%
B = 38.36%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A7275 (or 0x4A7275) is known color: Ming. HEX triplet: 4A, 72 and 75. RGB value is (74,114,117). Sum of RGB (Red+Green+Blue) = 74+114+117=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7275 is #B58D8A. Grayscale: #666666. Windows color (decimal): -11898251 or 7696970. OLE color: 7696970.

HSL color Cylindrical-coordinate representation of color #4A7275: hue angle of 184.19º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7275 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 114 117 -
CMYK 0.37 0.03 0 0.54
HSL 184.19º 0.23% 0.37% -
HSV(B) 184.19º 0.37% 0.46% -
XYZ 12.05 14.77 19.05 -
YUV 102.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 74 114 117 0.37 0.03 0 0.54 184.19 0.23 0.37
Hex 4A 72 75 25 3 0 36 B8 17 25
Octal 112 162 165 45 3 0 66 270 27 45
Binary 1001010 1110010 1110101 100101 11 0 110110 10111000 10111 100101

Color Harmonies of #4A7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7275

Black with #4A7275

Text Example


Text Example

White with #4A7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,117); }

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

background-color css

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

 a { background-color: rgb(74,114,117); }

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

border-color css

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

 span { border-color: rgb(74,114,117); }

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