Html Css Color HEX #417477 Ming

📋 copy color: '#417477'

red 65 ◦ green 116 ◦ blue 119

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

Shades of Ming #417477

Tints of Ming #417477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 21.67%
G = 38.67%
B = 39.67%

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

#417477 (or 0x417477) is known color: Ming. HEX triplet: 41, 74 and 77. RGB value is (65,116,119). Sum of RGB (Red+Green+Blue) = 65+116+119=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #417477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417477 is #BE8B88. Grayscale: #656565. Windows color (decimal): -12487561 or 7828545. OLE color: 7828545.

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

Color convert

RGB 65 116 119 -
CMYK 0.45 0.03 0 0.53
HSL 183.33º 0.29% 0.36% -
HSV(B) 183.33º 0.45% 0.47% -
XYZ 11.76 14.95 19.72 -
YUV 101.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 65 116 119 0.45 0.03 0 0.53 183.33 0.29 0.36
Hex 41 74 77 2D 3 0 35 B7 1D 24
Octal 101 164 167 55 3 0 65 267 35 44
Binary 1000001 1110100 1110111 101101 11 0 110101 10110111 11101 100100

Color Harmonies of #417477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417477

Black with #417477

Text Example


Text Example

White with #417477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417477; }

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

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

background-color css

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

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

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

border-color css

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

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

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