Html Css Color HEX #42807B Ming

📋 copy color: '#42807B'

red 66 ◦ green 128 ◦ blue 123

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

Shades of Ming #42807B

Tints of Ming #42807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 20.82%
G = 40.38%
B = 38.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#42807B (or 0x42807B) is known color: Ming. HEX triplet: 42, 80 and 7B. RGB value is (66,128,123). Sum of RGB (Red+Green+Blue) = 66+128+123=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #42807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42807B is #BD7F84. Grayscale: #6C6C6C. Windows color (decimal): -12418949 or 8093762. OLE color: 8093762.

HSL color Cylindrical-coordinate representation of color #42807B: hue angle of 175.16º 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 #42807B is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 123 -
CMYK 0.48 0 0.04 0.50
HSL 175.16º 0.32% 0.38% -
HSV(B) 175.16º 0.48% 0.5% -
XYZ 13.54 18.03 21.5 -
YUV 108.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 66 128 123 0.48 0 0.04 0.50 175.16 0.32 0.38
Hex 42 80 7B 30 0 4 32 AF 20 26
Octal 102 200 173 60 0 4 62 257 40 46
Binary 1000010 10000000 1111011 110000 0 100 110010 10101111 100000 100110

Color Harmonies of #42807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42807B

Black with #42807B

Text Example


Text Example

White with #42807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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