Html Css Color HEX #417274 Ming

📋 copy color: '#417274'

red 65 ◦ green 114 ◦ blue 116

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

Shades of Ming #417274

Tints of Ming #417274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 22.03%
G = 38.64%
B = 39.32%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#417274 (or 0x417274) is known color: Ming. HEX triplet: 41, 72 and 74. RGB value is (65,114,116). Sum of RGB (Red+Green+Blue) = 65+114+116=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #417274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417274 is #BE8D8B. Grayscale: #636363. Windows color (decimal): -12488076 or 7631425. OLE color: 7631425.

HSL color Cylindrical-coordinate representation of color #417274: hue angle of 182.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417274 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 116 -
CMYK 0.44 0.02 0 0.55
HSL 182.35º 0.28% 0.35% -
HSV(B) 182.35º 0.44% 0.45% -
XYZ 11.35 14.42 18.71 -
YUV 99.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 65 114 116 0.44 0.02 0 0.55 182.35 0.28 0.35
Hex 41 72 74 2C 2 0 37 B6 1C 23
Octal 101 162 164 54 2 0 67 266 34 43
Binary 1000001 1110010 1110100 101100 10 0 110111 10110110 11100 100011

Color Harmonies of #417274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417274

Black with #417274

Text Example


Text Example

White with #417274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417274; }

 p { color: rgb(65,114,116); }

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

background-color css

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

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

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

border-color css

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

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

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