Html Css Color HEX #417778 Ming

📋 copy color: '#417778'

red 65 ◦ green 119 ◦ blue 120

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

Shades of Ming #417778

Tints of Ming #417778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

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

R = 21.38%
G = 39.14%
B = 39.47%

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

#417778 (or 0x417778) is known color: Ming. HEX triplet: 41, 77 and 78. RGB value is (65,119,120). Sum of RGB (Red+Green+Blue) = 65+119+120=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #417778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417778 is #BE8887. Grayscale: #666666. Windows color (decimal): -12486792 or 7894849. OLE color: 7894849.

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

Color convert

RGB 65 119 120 -
CMYK 0.46 0.01 0 0.53
HSL 181.09º 0.3% 0.36% -
HSV(B) 181.09º 0.46% 0.47% -
XYZ 12.17 15.67 20.15 -
YUV 102.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 65 119 120 0.46 0.01 0 0.53 181.09 0.3 0.36
Hex 41 77 78 2E 1 0 35 B5 1E 24
Octal 101 167 170 56 1 0 65 265 36 44
Binary 1000001 1110111 1111000 101110 1 0 110101 10110101 11110 100100

Color Harmonies of #417778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417778

Black with #417778

Text Example


Text Example

White with #417778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417778; }

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

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

background-color css

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

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

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

border-color css

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

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

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