Html Css Color HEX #42727B Ming

📋 copy color: '#42727B'

red 66 ◦ green 114 ◦ blue 123

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

Shades of Ming #42727B

Tints of Ming #42727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 21.78%
G = 37.62%
B = 40.59%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42727B (or 0x42727B) is known color: Ming. HEX triplet: 42, 72 and 7B. RGB value is (66,114,123). Sum of RGB (Red+Green+Blue) = 66+114+123=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #42727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727B is #BD8D84. Grayscale: #646464. Windows color (decimal): -12422533 or 8090178. OLE color: 8090178.

HSL color Cylindrical-coordinate representation of color #42727B: hue angle of 189.47º 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 #42727B is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 114 123 -
CMYK 0.46 0.07 0 0.52
HSL 189.47º 0.3% 0.37% -
HSV(B) 189.47º 0.46% 0.48% -
XYZ 11.84 14.62 20.94 -
YUV 100.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 66 114 123 0.46 0.07 0 0.52 189.47 0.3 0.37
Hex 42 72 7B 2E 7 0 34 BD 1E 25
Octal 102 162 173 56 7 0 64 275 36 45
Binary 1000010 1110010 1111011 101110 111 0 110100 10111101 11110 100101

Color Harmonies of #42727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42727B

Black with #42727B

Text Example


Text Example

White with #42727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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