Html Css Color HEX #417377 Ming

📋 copy color: '#417377'

red 65 ◦ green 115 ◦ blue 119

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

Shades of Ming #417377

Tints of Ming #417377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 21.74%
G = 38.46%
B = 39.8%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417377 (or 0x417377) is known color: Ming. HEX triplet: 41, 73 and 77. RGB value is (65,115,119). Sum of RGB (Red+Green+Blue) = 65+115+119=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #417377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417377 is #BE8C88. Grayscale: #646464. Windows color (decimal): -12487817 or 7828289. OLE color: 7828289.

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

Color convert

RGB 65 115 119 -
CMYK 0.45 0.03 0 0.53
HSL 184.44º 0.29% 0.36% -
HSV(B) 184.44º 0.45% 0.47% -
XYZ 11.64 14.72 19.68 -
YUV 100.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 65 115 119 0.45 0.03 0 0.53 184.44 0.29 0.36
Hex 41 73 77 2D 3 0 35 B8 1D 24
Octal 101 163 167 55 3 0 65 270 35 44
Binary 1000001 1110011 1110111 101101 11 0 110101 10111000 11101 100100

Color Harmonies of #417377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417377

Black with #417377

Text Example


Text Example

White with #417377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417377; }

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

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

background-color css

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

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

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

border-color css

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

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

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