Html Css Color HEX #407275 Ming

📋 copy color: '#407275'

red 64 ◦ green 114 ◦ blue 117

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

Shades of Ming #407275

Tints of Ming #407275

RGB

 RED value IS 64 (25.39% from 255) = 21.69%

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

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

R = 21.69%
G = 38.64%
B = 39.66%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#407275 (or 0x407275) is known color: Ming. HEX triplet: 40, 72 and 75. RGB value is (64,114,117). Sum of RGB (Red+Green+Blue) = 64+114+117=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #407275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407275 is #BF8D8A. Grayscale: #636363. Windows color (decimal): -12553611 or 7696960. OLE color: 7696960.

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

Color convert

RGB 64 114 117 -
CMYK 0.45 0.03 0 0.54
HSL 183.4º 0.29% 0.35% -
HSV(B) 183.4º 0.45% 0.46% -
XYZ 11.34 14.41 19.01 -
YUV 99.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 64 114 117 0.45 0.03 0 0.54 183.4 0.29 0.35
Hex 40 72 75 2D 3 0 36 B7 1D 23
Octal 100 162 165 55 3 0 66 267 35 43
Binary 1000000 1110010 1110101 101101 11 0 110110 10110111 11101 100011

Color Harmonies of #407275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407275

Black with #407275

Text Example


Text Example

White with #407275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407275; }

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

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

background-color css

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

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

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

border-color css

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

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

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