Html Css Color HEX #42767F Ming

📋 copy color: '#42767F'

red 66 ◦ green 118 ◦ blue 127

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

Shades of Ming #42767F

Tints of Ming #42767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 21.22%
G = 37.94%
B = 40.84%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42767F (or 0x42767F) is known color: Ming. HEX triplet: 42, 76 and 7F. RGB value is (66,118,127). Sum of RGB (Red+Green+Blue) = 66+118+127=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #42767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42767F is #BD8980. Grayscale: #676767. Windows color (decimal): -12421505 or 8353346. OLE color: 8353346.

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

Color convert

RGB 66 118 127 -
CMYK 0.48 0.07 0 0.50
HSL 188.85º 0.32% 0.38% -
HSV(B) 188.85º 0.48% 0.5% -
XYZ 12.56 15.65 22.44 -
YUV 103.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 66 118 127 0.48 0.07 0 0.50 188.85 0.32 0.38
Hex 42 76 7F 30 7 0 32 BD 20 26
Octal 102 166 177 60 7 0 62 275 40 46
Binary 1000010 1110110 1111111 110000 111 0 110010 10111101 100000 100110

Color Harmonies of #42767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42767F

Black with #42767F

Text Example


Text Example

White with #42767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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