Html Css Color HEX #427673 Ming

📋 copy color: '#427673'

red 66 ◦ green 118 ◦ blue 115

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

Shades of Ming #427673

Tints of Ming #427673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 22.07%
G = 39.46%
B = 38.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#427673 (or 0x427673) is known color: Ming. HEX triplet: 42, 76 and 73. RGB value is (66,118,115). Sum of RGB (Red+Green+Blue) = 66+118+115=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #427673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427673 is #BD898C. Grayscale: #666666. Windows color (decimal): -12421517 or 7566914. OLE color: 7566914.

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

Color convert

RGB 66 118 115 -
CMYK 0.44 0 0.03 0.54
HSL 176.54º 0.28% 0.36% -
HSV(B) 176.54º 0.44% 0.46% -
XYZ 11.82 15.35 18.56 -
YUV 102.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 66 118 115 0.44 0 0.03 0.54 176.54 0.28 0.36
Hex 42 76 73 2C 0 3 36 B1 1C 24
Octal 102 166 163 54 0 3 66 261 34 44
Binary 1000010 1110110 1110011 101100 0 11 110110 10110001 11100 100100

Color Harmonies of #427673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427673

Black with #427673

Text Example


Text Example

White with #427673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427673; }

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

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

background-color css

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

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

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

border-color css

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

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

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