Html Css Color HEX #427675 Ming

📋 copy color: '#427675'

red 66 ◦ green 118 ◦ blue 117

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

Shades of Ming #427675

Tints of Ming #427675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 21.93%
G = 39.2%
B = 38.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#427675 (or 0x427675) is known color: Ming. HEX triplet: 42, 76 and 75. RGB value is (66,118,117). Sum of RGB (Red+Green+Blue) = 66+118+117=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #427675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427675 is #BD898A. Grayscale: #666666. Windows color (decimal): -12421515 or 7697986. OLE color: 7697986.

HSL color Cylindrical-coordinate representation of color #427675: hue angle of 178.85º 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 #427675 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 117 -
CMYK 0.44 0 0.01 0.54
HSL 178.85º 0.28% 0.36% -
HSV(B) 178.85º 0.44% 0.46% -
XYZ 11.94 15.4 19.17 -
YUV 102.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 66 118 117 0.44 0 0.01 0.54 178.85 0.28 0.36
Hex 42 76 75 2C 0 1 36 B3 1C 24
Octal 102 166 165 54 0 1 66 263 34 44
Binary 1000010 1110110 1110101 101100 0 1 110110 10110011 11100 100100

Color Harmonies of #427675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427675

Black with #427675

Text Example


Text Example

White with #427675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427675; }

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

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

background-color css

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

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

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

border-color css

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

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

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