Html Css Color HEX #417879 Ming

📋 copy color: '#417879'

red 65 ◦ green 120 ◦ blue 121

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

Shades of Ming #417879

Tints of Ming #417879

RGB

 RED value IS 65 (25.78% from 255) = 21.24%

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 21.24%
G = 39.22%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417879 (or 0x417879) is known color: Ming. HEX triplet: 41, 78 and 79. RGB value is (65,120,121). Sum of RGB (Red+Green+Blue) = 65+120+121=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #417879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417879 is #BE8786. Grayscale: #676767. Windows color (decimal): -12486535 or 7960641. OLE color: 7960641.

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

Color convert

RGB 65 120 121 -
CMYK 0.46 0.01 0 0.53
HSL 181.07º 0.3% 0.36% -
HSV(B) 181.07º 0.46% 0.47% -
XYZ 12.35 15.94 20.51 -
YUV 103.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 65 120 121 0.46 0.01 0 0.53 181.07 0.3 0.36
Hex 41 78 79 2E 1 0 35 B5 1E 24
Octal 101 170 171 56 1 0 65 265 36 44
Binary 1000001 1111000 1111001 101110 1 0 110101 10110101 11110 100100

Color Harmonies of #417879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417879

Black with #417879

Text Example


Text Example

White with #417879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417879; }

 p { color: rgb(65,120,121); }

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

background-color css

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

 a { background-color: rgb(65,120,121); }

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

border-color css

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

 span { border-color: rgb(65,120,121); }

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