Html Css Color HEX #457273 Ming

📋 copy color: '#457273'

red 69 ◦ green 114 ◦ blue 115

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

Shades of Ming #457273

Tints of Ming #457273

RGB

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

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

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

R = 23.15%
G = 38.26%
B = 38.59%

CMYK

 C value IS 0.4

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#457273 (or 0x457273) is known color: Ming. HEX triplet: 45, 72 and 73. RGB value is (69,114,115). Sum of RGB (Red+Green+Blue) = 69+114+115=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #457273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457273 is #BA8D8C. Grayscale: #646464. Windows color (decimal): -12225933 or 7565893. OLE color: 7565893.

HSL color Cylindrical-coordinate representation of color #457273: hue angle of 181.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #457273 is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 114 115 -
CMYK 0.4 0.01 0 0.55
HSL 181.3º 0.25% 0.36% -
HSV(B) 181.3º 0.4% 0.45% -
XYZ 11.57 14.54 18.42 -
YUV 100.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 69 114 115 0.4 0.01 0 0.55 181.3 0.25 0.36
Hex 45 72 73 28 1 0 37 B5 19 24
Octal 105 162 163 50 1 0 67 265 31 44
Binary 1000101 1110010 1110011 101000 1 0 110111 10110101 11001 100100

Color Harmonies of #457273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457273

Black with #457273

Text Example


Text Example

White with #457273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457273; }

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

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

background-color css

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

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

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

border-color css

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

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

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