Html Css Color HEX #417077 Ming

📋 copy color: '#417077'

red 65 ◦ green 112 ◦ blue 119

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

Shades of Ming #417077

Tints of Ming #417077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 21.96%
G = 37.84%
B = 40.2%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417077 (or 0x417077) is known color: Ming. HEX triplet: 41, 70 and 77. RGB value is (65,112,119). Sum of RGB (Red+Green+Blue) = 65+112+119=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #417077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417077 is #BE8F88. Grayscale: #626262. Windows color (decimal): -12488585 or 7827521. OLE color: 7827521.

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

Color convert

RGB 65 112 119 -
CMYK 0.45 0.06 0 0.53
HSL 187.78º 0.29% 0.36% -
HSV(B) 187.78º 0.45% 0.47% -
XYZ 11.3 14.04 19.57 -
YUV 98.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 65 112 119 0.45 0.06 0 0.53 187.78 0.29 0.36
Hex 41 70 77 2D 6 0 35 BC 1D 24
Octal 101 160 167 55 6 0 65 274 35 44
Binary 1000001 1110000 1110111 101101 110 0 110101 10111100 11101 100100

Color Harmonies of #417077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417077

Black with #417077

Text Example


Text Example

White with #417077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417077; }

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

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

background-color css

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

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

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

border-color css

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

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

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