Html Css Color HEX #417B75 Ming

📋 copy color: '#417B75'

red 65 ◦ green 123 ◦ blue 117

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

Shades of Ming #417B75

Tints of Ming #417B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

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

R = 21.31%
G = 40.33%
B = 38.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#417B75 (or 0x417B75) is known color: Ming. HEX triplet: 41, 7B and 75. RGB value is (65,123,117). Sum of RGB (Red+Green+Blue) = 65+123+117=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #417B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B75 is #BE848A. Grayscale: #686868. Windows color (decimal): -12485771 or 7699265. OLE color: 7699265.

HSL color Cylindrical-coordinate representation of color #417B75: hue angle of 173.79º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B75 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 117 -
CMYK 0.47 0 0.05 0.52
HSL 173.79º 0.31% 0.37% -
HSV(B) 173.79º 0.47% 0.48% -
XYZ 12.47 16.57 19.37 -
YUV 104.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 65 123 117 0.47 0 0.05 0.52 173.79 0.31 0.37
Hex 41 7B 75 2F 0 5 34 AE 1F 25
Octal 101 173 165 57 0 5 64 256 37 45
Binary 1000001 1111011 1110101 101111 0 101 110100 10101110 11111 100101

Color Harmonies of #417B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B75

Black with #417B75

Text Example


Text Example

White with #417B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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