Html Css Color HEX #427375 Ming

📋 copy color: '#427375'

red 66 ◦ green 115 ◦ blue 117

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

Shades of Ming #427375

Tints of Ming #427375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 22.15%
G = 38.59%
B = 39.26%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427375 (or 0x427375) is known color: Ming. HEX triplet: 42, 73 and 75. RGB value is (66,115,117). Sum of RGB (Red+Green+Blue) = 66+115+117=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #427375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427375 is #BD8C8A. Grayscale: #646464. Windows color (decimal): -12422283 or 7697218. OLE color: 7697218.

HSL color Cylindrical-coordinate representation of color #427375: hue angle of 182.35º 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 #427375 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 115 117 -
CMYK 0.44 0.02 0 0.54
HSL 182.35º 0.28% 0.36% -
HSV(B) 182.35º 0.44% 0.46% -
XYZ 11.59 14.7 19.06 -
YUV 100.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 66 115 117 0.44 0.02 0 0.54 182.35 0.28 0.36
Hex 42 73 75 2C 2 0 36 B6 1C 24
Octal 102 163 165 54 2 0 66 266 34 44
Binary 1000010 1110011 1110101 101100 10 0 110110 10110110 11100 100100

Color Harmonies of #427375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427375

Black with #427375

Text Example


Text Example

White with #427375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427375; }

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

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

background-color css

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

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

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

border-color css

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

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

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