Html Css Color HEX #456E75 Ming

📋 copy color: '#456E75'

red 69 ◦ green 110 ◦ blue 117

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

Shades of Ming #456E75

Tints of Ming #456E75

RGB

 RED value IS 69 (27.34% from 255) = 23.31%

 GREEN value IS 110 (43.36% from 255) = 37.16%

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

R = 23.31%
G = 37.16%
B = 39.53%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#456E75 (or 0x456E75) is known color: Ming. HEX triplet: 45, 6E and 75. RGB value is (69,110,117). Sum of RGB (Red+Green+Blue) = 69+110+117=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #456E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E75 is #BA918A. Grayscale: #626262. Windows color (decimal): -12226955 or 7695941. OLE color: 7695941.

HSL color Cylindrical-coordinate representation of color #456E75: hue angle of 188.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456E75 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 110 117 -
CMYK 0.41 0.06 0 0.54
HSL 188.75º 0.26% 0.36% -
HSV(B) 188.75º 0.41% 0.46% -
XYZ 11.24 13.7 18.88 -
YUV 98.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 69 110 117 0.41 0.06 0 0.54 188.75 0.26 0.36
Hex 45 6E 75 29 6 0 36 BD 1A 24
Octal 105 156 165 51 6 0 66 275 32 44
Binary 1000101 1101110 1110101 101001 110 0 110110 10111101 11010 100100

Color Harmonies of #456E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456E75

Black with #456E75

Text Example


Text Example

White with #456E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456E75; }

 p { color: rgb(69,110,117); }

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

background-color css

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

 a { background-color: rgb(69,110,117); }

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

border-color css

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

 span { border-color: rgb(69,110,117); }

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