Html Css Color HEX #417275 Ming

📋 copy color: '#417275'

red 65 ◦ green 114 ◦ blue 117

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

Shades of Ming #417275

Tints of Ming #417275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 21.96%
G = 38.51%
B = 39.53%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417275 (or 0x417275) is known color: Ming. HEX triplet: 41, 72 and 75. RGB value is (65,114,117). Sum of RGB (Red+Green+Blue) = 65+114+117=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #417275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417275 is #BE8D8A. Grayscale: #636363. Windows color (decimal): -12488075 or 7696961. OLE color: 7696961.

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

Color convert

RGB 65 114 117 -
CMYK 0.44 0.03 0 0.54
HSL 183.46º 0.29% 0.36% -
HSV(B) 183.46º 0.44% 0.46% -
XYZ 11.41 14.44 19.02 -
YUV 99.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 65 114 117 0.44 0.03 0 0.54 183.46 0.29 0.36
Hex 41 72 75 2C 3 0 36 B7 1D 24
Octal 101 162 165 54 3 0 66 267 35 44
Binary 1000001 1110010 1110101 101100 11 0 110110 10110111 11101 100100

Color Harmonies of #417275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417275

Black with #417275

Text Example


Text Example

White with #417275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417275; }

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

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

background-color css

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

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

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

border-color css

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

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

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