Html Css Color HEX #416891 Wedgewood

📋 copy color: '#416891'

red 65 ◦ green 104 ◦ blue 145

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

Shades of Wedgewood #416891

Tints of Wedgewood #416891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

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

R = 20.7%
G = 33.12%
B = 46.18%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416891 (or 0x416891) is known color: Wedgewood. HEX triplet: 41, 68 and 91. RGB value is (65,104,145). Sum of RGB (Red+Green+Blue) = 65+104+145=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #416891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416891 is #BE976E. Grayscale: #606060. Windows color (decimal): -12490607 or 9529409. OLE color: 9529409.

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

Color convert

RGB 65 104 145 -
CMYK 0.55 0.28 0 0.43
HSL 210.75º 0.38% 0.41% -
HSV(B) 210.75º 0.55% 0.57% -
XYZ 12.24 13.07 28.67 -
YUV 97.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 65 104 145 0.55 0.28 0 0.43 210.75 0.38 0.41
Hex 41 68 91 37 1C 0 2B D3 26 29
Octal 101 150 221 67 34 0 53 323 46 51
Binary 1000001 1101000 10010001 110111 11100 0 101011 11010011 100110 101001

Color Harmonies of #416891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416891

Black with #416891

Text Example


Text Example

White with #416891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416891; }

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

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

background-color css

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

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

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

border-color css

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

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

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