Html Css Color HEX #417873 Ming

📋 copy color: '#417873'

red 65 ◦ green 120 ◦ blue 115

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

Shades of Ming #417873

Tints of Ming #417873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 21.67%
G = 40%
B = 38.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#417873 (or 0x417873) is known color: Ming. HEX triplet: 41, 78 and 73. RGB value is (65,120,115). Sum of RGB (Red+Green+Blue) = 65+120+115=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #417873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417873 is #BE878C. Grayscale: #666666. Windows color (decimal): -12486541 or 7567425. OLE color: 7567425.

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

Color convert

RGB 65 120 115 -
CMYK 0.46 0 0.04 0.53
HSL 174.55º 0.3% 0.36% -
HSV(B) 174.55º 0.46% 0.47% -
XYZ 11.99 15.79 18.64 -
YUV 102.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 65 120 115 0.46 0 0.04 0.53 174.55 0.3 0.36
Hex 41 78 73 2E 0 4 35 AF 1E 24
Octal 101 170 163 56 0 4 65 257 36 44
Binary 1000001 1111000 1110011 101110 0 100 110101 10101111 11110 100100

Color Harmonies of #417873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417873

Black with #417873

Text Example


Text Example

White with #417873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417873; }

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

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

background-color css

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

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

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

border-color css

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

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

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