Html Css Color HEX #427078 Ming

📋 copy color: '#427078'

red 66 ◦ green 112 ◦ blue 120

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

Shades of Ming #427078

Tints of Ming #427078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 22.15%
G = 37.58%
B = 40.27%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427078 (or 0x427078) is known color: Ming. HEX triplet: 42, 70 and 78. RGB value is (66,112,120). Sum of RGB (Red+Green+Blue) = 66+112+120=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #427078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427078 is #BD8F87. Grayscale: #636363. Windows color (decimal): -12423048 or 7893058. OLE color: 7893058.

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

Color convert

RGB 66 112 120 -
CMYK 0.45 0.07 0 0.53
HSL 188.89º 0.29% 0.36% -
HSV(B) 188.89º 0.45% 0.47% -
XYZ 11.43 14.1 19.89 -
YUV 99.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 66 112 120 0.45 0.07 0 0.53 188.89 0.29 0.36
Hex 42 70 78 2D 7 0 35 BD 1D 24
Octal 102 160 170 55 7 0 65 275 35 44
Binary 1000010 1110000 1111000 101101 111 0 110101 10111101 11101 100100

Color Harmonies of #427078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427078

Black with #427078

Text Example


Text Example

White with #427078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427078; }

 p { color: rgb(66,112,120); }

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

background-color css

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

 a { background-color: rgb(66,112,120); }

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

border-color css

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

 span { border-color: rgb(66,112,120); }

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