Html Css Color HEX #417672 Ming

📋 copy color: '#417672'

red 65 ◦ green 118 ◦ blue 114

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

Shades of Ming #417672

Tints of Ming #417672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 21.89%
G = 39.73%
B = 38.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#417672 (or 0x417672) is known color: Ming. HEX triplet: 41, 76 and 72. RGB value is (65,118,114). Sum of RGB (Red+Green+Blue) = 65+118+114=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #417672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417672 is #BE898D. Grayscale: #656565. Windows color (decimal): -12487054 or 7501377. OLE color: 7501377.

HSL color Cylindrical-coordinate representation of color #417672: hue angle of 175.47º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417672 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 114 -
CMYK 0.45 0 0.03 0.54
HSL 175.47º 0.29% 0.36% -
HSV(B) 175.47º 0.45% 0.46% -
XYZ 11.7 15.3 18.26 -
YUV 101.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 65 118 114 0.45 0 0.03 0.54 175.47 0.29 0.36
Hex 41 76 72 2D 0 3 36 AF 1D 24
Octal 101 166 162 55 0 3 66 257 35 44
Binary 1000001 1110110 1110010 101101 0 11 110110 10101111 11101 100100

Color Harmonies of #417672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417672

Black with #417672

Text Example


Text Example

White with #417672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417672; }

 p { color: rgb(65,118,114); }

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

background-color css

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

 a { background-color: rgb(65,118,114); }

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

border-color css

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

 span { border-color: rgb(65,118,114); }

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