Html Css Color HEX #416B91 Wedgewood

📋 copy color: '#416B91'

red 65 ◦ green 107 ◦ blue 145

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

Shades of Wedgewood #416B91

Tints of Wedgewood #416B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

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

R = 20.5%
G = 33.75%
B = 45.74%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416B91 (or 0x416B91) is known color: Wedgewood. HEX triplet: 41, 6B and 91. RGB value is (65,107,145). Sum of RGB (Red+Green+Blue) = 65+107+145=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #416B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416B91 is #BE946E. Grayscale: #626262. Windows color (decimal): -12489839 or 9530177. OLE color: 9530177.

HSL color Cylindrical-coordinate representation of color #416B91: hue angle of 208.5º 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 #416B91 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 107 145 -
CMYK 0.55 0.26 0 0.43
HSL 208.5º 0.38% 0.41% -
HSV(B) 208.5º 0.55% 0.57% -
XYZ 12.55 13.68 28.77 -
YUV 98.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 65 107 145 0.55 0.26 0 0.43 208.5 0.38 0.41
Hex 41 6B 91 37 1A 0 2B D0 26 29
Octal 101 153 221 67 32 0 53 320 46 51
Binary 1000001 1101011 10010001 110111 11010 0 101011 11010000 100110 101001

Color Harmonies of #416B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B91

Black with #416B91

Text Example


Text Example

White with #416B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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