Html Css Color HEX #457271 Ming

📋 copy color: '#457271'

red 69 ◦ green 114 ◦ blue 113

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

Shades of Ming #457271

Tints of Ming #457271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 23.31%
G = 38.51%
B = 38.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#457271 (or 0x457271) is known color: Ming. HEX triplet: 45, 72 and 71. RGB value is (69,114,113). Sum of RGB (Red+Green+Blue) = 69+114+113=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #457271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457271 is #BA8D8E. Grayscale: #646464. Windows color (decimal): -12225935 or 7434821. OLE color: 7434821.

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

Color convert

RGB 69 114 113 -
CMYK 0.39 0 0.01 0.55
HSL 178.67º 0.25% 0.36% -
HSV(B) 178.67º 0.39% 0.45% -
XYZ 11.45 14.49 17.82 -
YUV 100.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 69 114 113 0.39 0 0.01 0.55 178.67 0.25 0.36
Hex 45 72 71 27 0 1 37 B3 19 24
Octal 105 162 161 47 0 1 67 263 31 44
Binary 1000101 1110010 1110001 100111 0 1 110111 10110011 11001 100100

Color Harmonies of #457271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457271

Black with #457271

Text Example


Text Example

White with #457271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457271; }

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

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

background-color css

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

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

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

border-color css

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

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

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