Html Css Color HEX #417075 Ming

📋 copy color: '#417075'

red 65 ◦ green 112 ◦ blue 117

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

Shades of Ming #417075

Tints of Ming #417075

RGB

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

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

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

R = 22.11%
G = 38.1%
B = 39.8%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417075 (or 0x417075) is known color: Ming. HEX triplet: 41, 70 and 75. RGB value is (65,112,117). Sum of RGB (Red+Green+Blue) = 65+112+117=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #417075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417075 is #BE8F8A. Grayscale: #626262. Windows color (decimal): -12488587 or 7696449. OLE color: 7696449.

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

Color convert

RGB 65 112 117 -
CMYK 0.44 0.04 0 0.54
HSL 185.77º 0.29% 0.36% -
HSV(B) 185.77º 0.44% 0.46% -
XYZ 11.19 14 18.94 -
YUV 98.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 65 112 117 0.44 0.04 0 0.54 185.77 0.29 0.36
Hex 41 70 75 2C 4 0 36 BA 1D 24
Octal 101 160 165 54 4 0 66 272 35 44
Binary 1000001 1110000 1110101 101100 100 0 110110 10111010 11101 100100

Color Harmonies of #417075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417075

Black with #417075

Text Example


Text Example

White with #417075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417075; }

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

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

background-color css

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

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

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

border-color css

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

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

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