Html Css Color HEX #427275 Ming

📋 copy color: '#427275'

red 66 ◦ green 114 ◦ blue 117

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

Shades of Ming #427275

Tints of Ming #427275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 22.22%
G = 38.38%
B = 39.39%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427275 (or 0x427275) is known color: Ming. HEX triplet: 42, 72 and 75. RGB value is (66,114,117). Sum of RGB (Red+Green+Blue) = 66+114+117=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #427275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427275 is #BD8D8A. Grayscale: #636363. Windows color (decimal): -12422539 or 7696962. OLE color: 7696962.

HSL color Cylindrical-coordinate representation of color #427275: hue angle of 183.53º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427275 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 114 117 -
CMYK 0.44 0.03 0 0.54
HSL 183.53º 0.28% 0.36% -
HSV(B) 183.53º 0.44% 0.46% -
XYZ 11.47 14.48 19.02 -
YUV 99.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 66 114 117 0.44 0.03 0 0.54 183.53 0.28 0.36
Hex 42 72 75 2C 3 0 36 B8 1C 24
Octal 102 162 165 54 3 0 66 270 34 44
Binary 1000010 1110010 1110101 101100 11 0 110110 10111000 11100 100100

Color Harmonies of #427275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427275

Black with #427275

Text Example


Text Example

White with #427275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427275; }

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

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

background-color css

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

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

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

border-color css

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

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

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