Html Css Color HEX #427B76 Ming

📋 copy color: '#427B76'

red 66 ◦ green 123 ◦ blue 118

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

Shades of Ming #427B76

Tints of Ming #427B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 21.5%
G = 40.07%
B = 38.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#427B76 (or 0x427B76) is known color: Ming. HEX triplet: 42, 7B and 76. RGB value is (66,123,118). Sum of RGB (Red+Green+Blue) = 66+123+118=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #427B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B76 is #BD8489. Grayscale: #696969. Windows color (decimal): -12420234 or 7764802. OLE color: 7764802.

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

Color convert

RGB 66 123 118 -
CMYK 0.46 0 0.04 0.52
HSL 174.74º 0.3% 0.37% -
HSV(B) 174.74º 0.46% 0.48% -
XYZ 12.6 16.63 19.69 -
YUV 105.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 66 123 118 0.46 0 0.04 0.52 174.74 0.3 0.37
Hex 42 7B 76 2E 0 4 34 AF 1E 25
Octal 102 173 166 56 0 4 64 257 36 45
Binary 1000010 1111011 1110110 101110 0 100 110100 10101111 11110 100101

Color Harmonies of #427B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B76

Black with #427B76

Text Example


Text Example

White with #427B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B76; }

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

 H1.HeaderClassName
 {
   color: #427B76;
 }
 .AnyTagClassName
 {
   color: #427B76;
 }
</style>

background-color css

<style>
 a { background-color: #427B76; }

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

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

border-color css

<style>
 span { border-color: #427B76; }

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

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