Html Css Color HEX #417F7C Ming

📋 copy color: '#417F7C'

red 65 ◦ green 127 ◦ blue 124

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

Shades of Ming #417F7C

Tints of Ming #417F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 20.57%
G = 40.19%
B = 39.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#417F7C (or 0x417F7C) is known color: Ming. HEX triplet: 41, 7F and 7C. RGB value is (65,127,124). Sum of RGB (Red+Green+Blue) = 65+127+124=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #417F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F7C is #BE8083. Grayscale: #6C6C6C. Windows color (decimal): -12484740 or 8159041. OLE color: 8159041.

HSL color Cylindrical-coordinate representation of color #417F7C: hue angle of 177.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F7C is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 124 -
CMYK 0.49 0 0.02 0.50
HSL 177.1º 0.32% 0.38% -
HSV(B) 177.1º 0.49% 0.5% -
XYZ 13.41 17.76 21.79 -
YUV 108.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 65 127 124 0.49 0 0.02 0.50 177.1 0.32 0.38
Hex 41 7F 7C 31 0 2 32 B1 20 26
Octal 101 177 174 61 0 2 62 261 40 46
Binary 1000001 1111111 1111100 110001 0 10 110010 10110001 100000 100110

Color Harmonies of #417F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F7C

Black with #417F7C

Text Example


Text Example

White with #417F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417F7C; }

 p { color: rgb(65,127,124); }

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

background-color css

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

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

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

border-color css

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

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

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