Html Css Color HEX #456F72 Ming

📋 copy color: '#456F72'

red 69 ◦ green 111 ◦ blue 114

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

Shades of Ming #456F72

Tints of Ming #456F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 23.47%
G = 37.76%
B = 38.78%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#456F72 (or 0x456F72) is known color: Ming. HEX triplet: 45, 6F and 72. RGB value is (69,111,114). Sum of RGB (Red+Green+Blue) = 69+111+114=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #456F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F72 is #BA908D. Grayscale: #626262. Windows color (decimal): -12226702 or 7499589. OLE color: 7499589.

HSL color Cylindrical-coordinate representation of color #456F72: hue angle of 184º 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 #456F72 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 111 114 -
CMYK 0.39 0.03 0 0.55
HSL 184º 0.25% 0.36% -
HSV(B) 184º 0.39% 0.45% -
XYZ 11.18 13.85 18 -
YUV 98.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 69 111 114 0.39 0.03 0 0.55 184 0.25 0.36
Hex 45 6F 72 27 3 0 37 B8 19 24
Octal 105 157 162 47 3 0 67 270 31 44
Binary 1000101 1101111 1110010 100111 11 0 110111 10111000 11001 100100

Color Harmonies of #456F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456F72

Black with #456F72

Text Example


Text Example

White with #456F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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