Html Css Color HEX #427875 Ming

📋 copy color: '#427875'

red 66 ◦ green 120 ◦ blue 117

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

Shades of Ming #427875

Tints of Ming #427875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

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

R = 21.78%
G = 39.6%
B = 38.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#427875 (or 0x427875) is known color: Ming. HEX triplet: 42, 78 and 75. RGB value is (66,120,117). Sum of RGB (Red+Green+Blue) = 66+120+117=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #427875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427875 is #BD878A. Grayscale: #676767. Windows color (decimal): -12421003 or 7698498. OLE color: 7698498.

HSL color Cylindrical-coordinate representation of color #427875: hue angle of 176.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427875 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 120 117 -
CMYK 0.45 0 0.02 0.53
HSL 176.67º 0.29% 0.36% -
HSV(B) 176.67º 0.45% 0.47% -
XYZ 12.17 15.88 19.25 -
YUV 103.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 66 120 117 0.45 0 0.02 0.53 176.67 0.29 0.36
Hex 42 78 75 2D 0 2 35 B1 1D 24
Octal 102 170 165 55 0 2 65 261 35 44
Binary 1000010 1111000 1110101 101101 0 10 110101 10110001 11101 100100

Color Harmonies of #427875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427875

Black with #427875

Text Example


Text Example

White with #427875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427875; }

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

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

background-color css

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

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

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

border-color css

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

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

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