Html Css Color HEX #427773 Ming

📋 copy color: '#427773'

red 66 ◦ green 119 ◦ blue 115

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

Shades of Ming #427773

Tints of Ming #427773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 22%
G = 39.67%
B = 38.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#427773 (or 0x427773) is known color: Ming. HEX triplet: 42, 77 and 73. RGB value is (66,119,115). Sum of RGB (Red+Green+Blue) = 66+119+115=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #427773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427773 is #BD888C. Grayscale: #666666. Windows color (decimal): -12421261 or 7567170. OLE color: 7567170.

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

Color convert

RGB 66 119 115 -
CMYK 0.45 0 0.03 0.53
HSL 175.47º 0.29% 0.36% -
HSV(B) 175.47º 0.45% 0.47% -
XYZ 11.94 15.59 18.6 -
YUV 102.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 66 119 115 0.45 0 0.03 0.53 175.47 0.29 0.36
Hex 42 77 73 2D 0 3 35 AF 1D 24
Octal 102 167 163 55 0 3 65 257 35 44
Binary 1000010 1110111 1110011 101101 0 11 110101 10101111 11101 100100

Color Harmonies of #427773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427773

Black with #427773

Text Example


Text Example

White with #427773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427773; }

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

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

background-color css

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

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

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

border-color css

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

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

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