Html Css Color HEX #42747E Ming

📋 copy color: '#42747E'

red 66 ◦ green 116 ◦ blue 126

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

Shades of Ming #42747E

Tints of Ming #42747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 21.43%
G = 37.66%
B = 40.91%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42747E (or 0x42747E) is known color: Ming. HEX triplet: 42, 74 and 7E. RGB value is (66,116,126). Sum of RGB (Red+Green+Blue) = 66+116+126=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #42747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747E is #BD8B81. Grayscale: #666666. Windows color (decimal): -12422018 or 8287298. OLE color: 8287298.

HSL color Cylindrical-coordinate representation of color #42747E: hue angle of 190º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42747E is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 116 126 -
CMYK 0.48 0.08 0 0.51
HSL 190º 0.31% 0.38% -
HSV(B) 190º 0.48% 0.49% -
XYZ 12.26 15.16 22.02 -
YUV 102.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 66 116 126 0.48 0.08 0 0.51 190 0.31 0.38
Hex 42 74 7E 30 8 0 33 BE 1F 26
Octal 102 164 176 60 10 0 63 276 37 46
Binary 1000010 1110100 1111110 110000 1000 0 110011 10111110 11111 100110

Color Harmonies of #42747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42747E

Black with #42747E

Text Example


Text Example

White with #42747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42747E; }

 p { color: rgb(66,116,126); }

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

background-color css

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

 a { background-color: rgb(66,116,126); }

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

border-color css

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

 span { border-color: rgb(66,116,126); }

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