Html Css Color HEX #427475 Ming

📋 copy color: '#427475'

red 66 ◦ green 116 ◦ blue 117

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

Shades of Ming #427475

Tints of Ming #427475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 22.07%
G = 38.8%
B = 39.13%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427475 (or 0x427475) is known color: Ming. HEX triplet: 42, 74 and 75. RGB value is (66,116,117). Sum of RGB (Red+Green+Blue) = 66+116+117=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #427475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427475 is #BD8B8A. Grayscale: #656565. Windows color (decimal): -12422027 or 7697474. OLE color: 7697474.

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

Color convert

RGB 66 116 117 -
CMYK 0.44 0.01 0 0.54
HSL 181.18º 0.28% 0.36% -
HSV(B) 181.18º 0.44% 0.46% -
XYZ 11.7 14.93 19.1 -
YUV 101.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 66 116 117 0.44 0.01 0 0.54 181.18 0.28 0.36
Hex 42 74 75 2C 1 0 36 B5 1C 24
Octal 102 164 165 54 1 0 66 265 34 44
Binary 1000010 1110100 1110101 101100 1 0 110110 10110101 11100 100100

Color Harmonies of #427475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427475

Black with #427475

Text Example


Text Example

White with #427475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427475; }

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

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

background-color css

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

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

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

border-color css

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

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

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