Html Css Color HEX #417878 Ming

📋 copy color: '#417878'

red 65 ◦ green 120 ◦ blue 120

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

Shades of Ming #417878

Tints of Ming #417878

RGB

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

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

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

R = 21.31%
G = 39.34%
B = 39.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417878 (or 0x417878) is known color: Ming. HEX triplet: 41, 78 and 78. RGB value is (65,120,120). Sum of RGB (Red+Green+Blue) = 65+120+120=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #417878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417878 is #BE8787. Grayscale: #676767. Windows color (decimal): -12486536 or 7895105. OLE color: 7895105.

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

Color convert

RGB 65 120 120 -
CMYK 0.46 0 0 0.53
HSL 180º 0.3% 0.36% -
HSV(B) 180º 0.46% 0.47% -
XYZ 12.29 15.91 20.19 -
YUV 103.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 65 120 120 0.46 0 0 0.53 180 0.3 0.36
Hex 41 78 78 2E 0 0 35 B4 1E 24
Octal 101 170 170 56 0 0 65 264 36 44
Binary 1000001 1111000 1111000 101110 0 0 110101 10110100 11110 100100

Color Harmonies of #417878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417878

Black with #417878

Text Example


Text Example

White with #417878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417878; }

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

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

background-color css

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

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

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

border-color css

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

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

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