Html Css Color HEX #416E91 Wedgewood

📋 copy color: '#416E91'

red 65 ◦ green 110 ◦ blue 145

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

Shades of Wedgewood #416E91

Tints of Wedgewood #416E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 20.31%
G = 34.38%
B = 45.31%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416E91 (or 0x416E91) is known color: Wedgewood. HEX triplet: 41, 6E and 91. RGB value is (65,110,145). Sum of RGB (Red+Green+Blue) = 65+110+145=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #416E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416E91 is #BE916E. Grayscale: #646464. Windows color (decimal): -12489071 or 9530945. OLE color: 9530945.

HSL color Cylindrical-coordinate representation of color #416E91: hue angle of 206.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416E91 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 110 145 -
CMYK 0.55 0.24 0 0.43
HSL 206.25º 0.38% 0.41% -
HSV(B) 206.25º 0.55% 0.57% -
XYZ 12.87 14.32 28.87 -
YUV 100.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 65 110 145 0.55 0.24 0 0.43 206.25 0.38 0.41
Hex 41 6E 91 37 18 0 2B CE 26 29
Octal 101 156 221 67 30 0 53 316 46 51
Binary 1000001 1101110 10010001 110111 11000 0 101011 11001110 100110 101001

Color Harmonies of #416E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E91

Black with #416E91

Text Example


Text Example

White with #416E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416E91; }

 p { color: rgb(65,110,145); }

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

background-color css

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

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

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

border-color css

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

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

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