Html Css Color HEX #417877 Ming

📋 copy color: '#417877'

red 65 ◦ green 120 ◦ blue 119

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

Shades of Ming #417877

Tints of Ming #417877

RGB

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

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

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

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

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

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

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

Color convert

RGB 65 120 119 -
CMYK 0.46 0 0.01 0.53
HSL 178.91º 0.3% 0.36% -
HSV(B) 178.91º 0.46% 0.47% -
XYZ 12.23 15.89 19.88 -
YUV 103.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 65 120 119 0.46 0 0.01 0.53 178.91 0.3 0.36
Hex 41 78 77 2E 0 1 35 B3 1E 24
Octal 101 170 167 56 0 1 65 263 36 44
Binary 1000001 1111000 1110111 101110 0 1 110101 10110011 11110 100100

Color Harmonies of #417877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417877

Black with #417877

Text Example


Text Example

White with #417877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417877; }

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

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

background-color css

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

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

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

border-color css

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

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

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