Html Css Color HEX #417078 Ming

📋 copy color: '#417078'

red 65 ◦ green 112 ◦ blue 120

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

Shades of Ming #417078

Tints of Ming #417078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 21.89%
G = 37.71%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417078 (or 0x417078) is known color: Ming. HEX triplet: 41, 70 and 78. RGB value is (65,112,120). Sum of RGB (Red+Green+Blue) = 65+112+120=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #417078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417078 is #BE8F87. Grayscale: #626262. Windows color (decimal): -12488584 or 7893057. OLE color: 7893057.

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

Color convert

RGB 65 112 120 -
CMYK 0.46 0.07 0 0.53
HSL 188.73º 0.3% 0.36% -
HSV(B) 188.73º 0.46% 0.47% -
XYZ 11.36 14.07 19.89 -
YUV 98.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 65 112 120 0.46 0.07 0 0.53 188.73 0.3 0.36
Hex 41 70 78 2E 7 0 35 BD 1E 24
Octal 101 160 170 56 7 0 65 275 36 44
Binary 1000001 1110000 1111000 101110 111 0 110101 10111101 11110 100100

Color Harmonies of #417078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417078

Black with #417078

Text Example


Text Example

White with #417078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417078; }

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

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

background-color css

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

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

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

border-color css

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

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

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