Html Css Color HEX #42747C Ming

📋 copy color: '#42747C'

red 66 ◦ green 116 ◦ blue 124

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

Shades of Ming #42747C

Tints of Ming #42747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 21.57%
G = 37.91%
B = 40.52%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42747C (or 0x42747C) is known color: Ming. HEX triplet: 42, 74 and 7C. RGB value is (66,116,124). Sum of RGB (Red+Green+Blue) = 66+116+124=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #42747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747C is #BD8B83. Grayscale: #656565. Windows color (decimal): -12422020 or 8156226. OLE color: 8156226.

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

Color convert

RGB 66 116 124 -
CMYK 0.47 0.06 0 0.51
HSL 188.28º 0.31% 0.37% -
HSV(B) 188.28º 0.47% 0.49% -
XYZ 12.13 15.1 21.34 -
YUV 101.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 66 116 124 0.47 0.06 0 0.51 188.28 0.31 0.37
Hex 42 74 7C 2F 6 0 33 BC 1F 25
Octal 102 164 174 57 6 0 63 274 37 45
Binary 1000010 1110100 1111100 101111 110 0 110011 10111100 11111 100101

Color Harmonies of #42747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42747C

Black with #42747C

Text Example


Text Example

White with #42747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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