Html Css Color HEX #427779 Ming

📋 copy color: '#427779'

red 66 ◦ green 119 ◦ blue 121

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

Shades of Ming #427779

Tints of Ming #427779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 21.57%
G = 38.89%
B = 39.54%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427779 (or 0x427779) is known color: Ming. HEX triplet: 42, 77 and 79. RGB value is (66,119,121). Sum of RGB (Red+Green+Blue) = 66+119+121=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #427779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427779 is #BD8886. Grayscale: #676767. Windows color (decimal): -12421255 or 7960386. OLE color: 7960386.

HSL color Cylindrical-coordinate representation of color #427779: hue angle of 182.18º 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 #427779 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 121 -
CMYK 0.45 0.02 0 0.53
HSL 182.18º 0.29% 0.37% -
HSV(B) 182.18º 0.45% 0.47% -
XYZ 12.29 15.73 20.48 -
YUV 103.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 66 119 121 0.45 0.02 0 0.53 182.18 0.29 0.37
Hex 42 77 79 2D 2 0 35 B6 1D 25
Octal 102 167 171 55 2 0 65 266 35 45
Binary 1000010 1110111 1111001 101101 10 0 110101 10110110 11101 100101

Color Harmonies of #427779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427779

Black with #427779

Text Example


Text Example

White with #427779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427779; }

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

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

background-color css

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

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

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

border-color css

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

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

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