Html Css Color HEX #427175 Ming

📋 copy color: '#427175'

red 66 ◦ green 113 ◦ blue 117

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

Shades of Ming #427175

Tints of Ming #427175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 22.3%
G = 38.18%
B = 39.53%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427175 (or 0x427175) is known color: Ming. HEX triplet: 42, 71 and 75. RGB value is (66,113,117). Sum of RGB (Red+Green+Blue) = 66+113+117=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #427175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427175 is #BD8E8A. Grayscale: #636363. Windows color (decimal): -12422795 or 7696706. OLE color: 7696706.

HSL color Cylindrical-coordinate representation of color #427175: hue angle of 184.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427175 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 113 117 -
CMYK 0.44 0.03 0 0.54
HSL 184.71º 0.28% 0.36% -
HSV(B) 184.71º 0.44% 0.46% -
XYZ 11.36 14.25 18.98 -
YUV 99.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 66 113 117 0.44 0.03 0 0.54 184.71 0.28 0.36
Hex 42 71 75 2C 3 0 36 B9 1C 24
Octal 102 161 165 54 3 0 66 271 34 44
Binary 1000010 1110001 1110101 101100 11 0 110110 10111001 11100 100100

Color Harmonies of #427175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427175

Black with #427175

Text Example


Text Example

White with #427175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427175; }

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

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

background-color css

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

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

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

border-color css

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

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

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