Html Css Color HEX #427072 Ming

📋 copy color: '#427072'

red 66 ◦ green 112 ◦ blue 114

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

Shades of Ming #427072

Tints of Ming #427072

RGB

 RED value IS 66 (26.17% from 255) = 22.6%

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 22.6%
G = 38.36%
B = 39.04%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#427072 (or 0x427072) is known color: Ming. HEX triplet: 42, 70 and 72. RGB value is (66,112,114). Sum of RGB (Red+Green+Blue) = 66+112+114=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #427072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427072 is #BD8F8D. Grayscale: #626262. Windows color (decimal): -12423054 or 7499842. OLE color: 7499842.

HSL color Cylindrical-coordinate representation of color #427072: hue angle of 182.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427072 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 112 114 -
CMYK 0.42 0.02 0 0.55
HSL 182.5º 0.27% 0.35% -
HSV(B) 182.5º 0.42% 0.45% -
XYZ 11.08 13.96 18.03 -
YUV 98.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 66 112 114 0.42 0.02 0 0.55 182.5 0.27 0.35
Hex 42 70 72 2A 2 0 37 B6 1B 23
Octal 102 160 162 52 2 0 67 266 33 43
Binary 1000010 1110000 1110010 101010 10 0 110111 10110110 11011 100011

Color Harmonies of #427072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427072

Black with #427072

Text Example


Text Example

White with #427072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427072; }

 p { color: rgb(66,112,114); }

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

background-color css

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

 a { background-color: rgb(66,112,114); }

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

border-color css

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

 span { border-color: rgb(66,112,114); }

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