Html Css Color HEX #457375 Ming

📋 copy color: '#457375'

red 69 ◦ green 115 ◦ blue 117

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

Shades of Ming #457375

Tints of Ming #457375

RGB

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

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

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

R = 22.92%
G = 38.21%
B = 38.87%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#457375 (or 0x457375) is known color: Ming. HEX triplet: 45, 73 and 75. RGB value is (69,115,117). Sum of RGB (Red+Green+Blue) = 69+115+117=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #457375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457375 is #BA8C8A. Grayscale: #656565. Windows color (decimal): -12225675 or 7697221. OLE color: 7697221.

HSL color Cylindrical-coordinate representation of color #457375: hue angle of 182.5º 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 #457375 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 115 117 -
CMYK 0.41 0.02 0 0.54
HSL 182.5º 0.26% 0.36% -
HSV(B) 182.5º 0.41% 0.46% -
XYZ 11.8 14.81 19.07 -
YUV 101.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 69 115 117 0.41 0.02 0 0.54 182.5 0.26 0.36
Hex 45 73 75 29 2 0 36 B6 1A 24
Octal 105 163 165 51 2 0 66 266 32 44
Binary 1000101 1110011 1110101 101001 10 0 110110 10110110 11010 100100

Color Harmonies of #457375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457375

Black with #457375

Text Example


Text Example

White with #457375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457375; }

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

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

background-color css

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

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

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

border-color css

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

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

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