Html Css Color HEX #427071 Ming

📋 copy color: '#427071'

red 66 ◦ green 112 ◦ blue 113

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

Shades of Ming #427071

Tints of Ming #427071

RGB

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

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

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

R = 22.68%
G = 38.49%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#427071 (or 0x427071) is known color: Ming. HEX triplet: 42, 70 and 71. RGB value is (66,112,113). Sum of RGB (Red+Green+Blue) = 66+112+113=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #427071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427071 is #BD8F8E. Grayscale: #626262. Windows color (decimal): -12423055 or 7434306. OLE color: 7434306.

HSL color Cylindrical-coordinate representation of color #427071: hue angle of 181.28º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427071 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 113 -
CMYK 0.42 0.01 0 0.56
HSL 181.28º 0.26% 0.35% -
HSV(B) 181.28º 0.42% 0.44% -
XYZ 11.02 13.94 17.73 -
YUV 98.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 66 112 113 0.42 0.01 0 0.56 181.28 0.26 0.35
Hex 42 70 71 2A 1 0 38 B5 1A 23
Octal 102 160 161 52 1 0 70 265 32 43
Binary 1000010 1110000 1110001 101010 1 0 111000 10110101 11010 100011

Color Harmonies of #427071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427071

Black with #427071

Text Example


Text Example

White with #427071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427071; }

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

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

background-color css

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

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

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

border-color css

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

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

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