Html Css Color HEX #417978 Ming

📋 copy color: '#417978'

red 65 ◦ green 121 ◦ blue 120

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

Shades of Ming #417978

Tints of Ming #417978

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #417978: hue angle of 178.93º 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 #417978 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 121 120 -
CMYK 0.46 0 0.01 0.53
HSL 178.93º 0.3% 0.36% -
HSV(B) 178.93º 0.46% 0.47% -
XYZ 12.41 16.15 20.23 -
YUV 104.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 65 121 120 0.46 0 0.01 0.53 178.93 0.3 0.36
Hex 41 79 78 2E 0 1 35 B3 1E 24
Octal 101 171 170 56 0 1 65 263 36 44
Binary 1000001 1111001 1111000 101110 0 1 110101 10110011 11110 100100

Color Harmonies of #417978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417978

Black with #417978

Text Example


Text Example

White with #417978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417978; }

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

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

background-color css

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

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

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

border-color css

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

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

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