Html Css Color HEX #427277 Ming

📋 copy color: '#427277'

red 66 ◦ green 114 ◦ blue 119

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

Shades of Ming #427277

Tints of Ming #427277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 22.07%
G = 38.13%
B = 39.8%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427277 (or 0x427277) is known color: Ming. HEX triplet: 42, 72 and 77. RGB value is (66,114,119). Sum of RGB (Red+Green+Blue) = 66+114+119=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #427277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427277 is #BD8D88. Grayscale: #646464. Windows color (decimal): -12422537 or 7828034. OLE color: 7828034.

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

Color convert

RGB 66 114 119 -
CMYK 0.45 0.04 0 0.53
HSL 185.66º 0.29% 0.36% -
HSV(B) 185.66º 0.45% 0.47% -
XYZ 11.59 14.52 19.65 -
YUV 100.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 66 114 119 0.45 0.04 0 0.53 185.66 0.29 0.36
Hex 42 72 77 2D 4 0 35 BA 1D 24
Octal 102 162 167 55 4 0 65 272 35 44
Binary 1000010 1110010 1110111 101101 100 0 110101 10111010 11101 100100

Color Harmonies of #427277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427277

Black with #427277

Text Example


Text Example

White with #427277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427277; }

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

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

background-color css

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

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

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

border-color css

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

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

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