Html Css Color HEX #42757F Ming

📋 copy color: '#42757F'

red 66 ◦ green 117 ◦ blue 127

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

Shades of Ming #42757F

Tints of Ming #42757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 127 (50% from 255) = 40.97%

R = 21.29%
G = 37.74%
B = 40.97%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42757F (or 0x42757F) is known color: Ming. HEX triplet: 42, 75 and 7F. RGB value is (66,117,127). Sum of RGB (Red+Green+Blue) = 66+117+127=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #42757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42757F is #BD8A80. Grayscale: #666666. Windows color (decimal): -12421761 or 8353090. OLE color: 8353090.

HSL color Cylindrical-coordinate representation of color #42757F: hue angle of 189.84º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42757F is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 117 127 -
CMYK 0.48 0.08 0 0.50
HSL 189.84º 0.32% 0.38% -
HSV(B) 189.84º 0.48% 0.5% -
XYZ 12.44 15.41 22.4 -
YUV 102.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 66 117 127 0.48 0.08 0 0.50 189.84 0.32 0.38
Hex 42 75 7F 30 8 0 32 BE 20 26
Octal 102 165 177 60 10 0 62 276 40 46
Binary 1000010 1110101 1111111 110000 1000 0 110010 10111110 100000 100110

Color Harmonies of #42757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42757F

Black with #42757F

Text Example


Text Example

White with #42757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42757F; }

 p { color: rgb(66,117,127); }

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

background-color css

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

 a { background-color: rgb(66,117,127); }

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

border-color css

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

 span { border-color: rgb(66,117,127); }

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