Html Css Color HEX #417C7B Ming

📋 copy color: '#417C7B'

red 65 ◦ green 124 ◦ blue 123

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

Shades of Ming #417C7B

Tints of Ming #417C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 20.83%
G = 39.74%
B = 39.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#417C7B (or 0x417C7B) is known color: Ming. HEX triplet: 41, 7C and 7B. RGB value is (65,124,123). Sum of RGB (Red+Green+Blue) = 65+124+123=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #417C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C7B is #BE8384. Grayscale: #6A6A6A. Windows color (decimal): -12485509 or 8092737. OLE color: 8092737.

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

Color convert

RGB 65 124 123 -
CMYK 0.48 0 0.01 0.51
HSL 178.98º 0.31% 0.37% -
HSV(B) 178.98º 0.48% 0.49% -
XYZ 12.96 16.97 21.33 -
YUV 106.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 65 124 123 0.48 0 0.01 0.51 178.98 0.31 0.37
Hex 41 7C 7B 30 0 1 33 B3 1F 25
Octal 101 174 173 60 0 1 63 263 37 45
Binary 1000001 1111100 1111011 110000 0 1 110011 10110011 11111 100101

Color Harmonies of #417C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C7B

Black with #417C7B

Text Example


Text Example

White with #417C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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