Html Css Color HEX #427976 Ming

📋 copy color: '#427976'

red 66 ◦ green 121 ◦ blue 118

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

Shades of Ming #427976

Tints of Ming #427976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 21.64%
G = 39.67%
B = 38.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#427976 (or 0x427976) is known color: Ming. HEX triplet: 42, 79 and 76. RGB value is (66,121,118). Sum of RGB (Red+Green+Blue) = 66+121+118=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #427976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427976 is #BD8689. Grayscale: #686868. Windows color (decimal): -12420746 or 7764290. OLE color: 7764290.

HSL color Cylindrical-coordinate representation of color #427976: hue angle of 176.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427976 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 118 -
CMYK 0.45 0 0.02 0.53
HSL 176.73º 0.29% 0.37% -
HSV(B) 176.73º 0.45% 0.47% -
XYZ 12.35 16.14 19.6 -
YUV 104.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 66 121 118 0.45 0 0.02 0.53 176.73 0.29 0.37
Hex 42 79 76 2D 0 2 35 B1 1D 25
Octal 102 171 166 55 0 2 65 261 35 45
Binary 1000010 1111001 1110110 101101 0 10 110101 10110001 11101 100101

Color Harmonies of #427976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427976

Black with #427976

Text Example


Text Example

White with #427976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427976; }

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

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

background-color css

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

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

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

border-color css

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

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

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