Html Css Color HEX #42757B Ming

📋 copy color: '#42757B'

red 66 ◦ green 117 ◦ blue 123

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

Shades of Ming #42757B

Tints of Ming #42757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 21.57%
G = 38.24%
B = 40.2%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42757B (or 0x42757B) is known color: Ming. HEX triplet: 42, 75 and 7B. RGB value is (66,117,123). Sum of RGB (Red+Green+Blue) = 66+117+123=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #42757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42757B is #BD8A84. Grayscale: #666666. Windows color (decimal): -12421765 or 8090946. OLE color: 8090946.

HSL color Cylindrical-coordinate representation of color #42757B: hue angle of 186.32º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42757B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 117 123 -
CMYK 0.46 0.05 0 0.52
HSL 186.32º 0.3% 0.37% -
HSV(B) 186.32º 0.46% 0.48% -
XYZ 12.18 15.31 21.05 -
YUV 102.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 66 117 123 0.46 0.05 0 0.52 186.32 0.3 0.37
Hex 42 75 7B 2E 5 0 34 BA 1E 25
Octal 102 165 173 56 5 0 64 272 36 45
Binary 1000010 1110101 1111011 101110 101 0 110100 10111010 11110 100101

Color Harmonies of #42757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42757B

Black with #42757B

Text Example


Text Example

White with #42757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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