Html Css Color HEX #416490 Wedgewood

📋 copy color: '#416490'

red 65 ◦ green 100 ◦ blue 144

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

Shades of Wedgewood #416490

Tints of Wedgewood #416490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 21.04%
G = 32.36%
B = 46.6%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416490 (or 0x416490) is known color: Wedgewood. HEX triplet: 41, 64 and 90. RGB value is (65,100,144). Sum of RGB (Red+Green+Blue) = 65+100+144=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #416490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416490 is #BE9B6F. Grayscale: #5E5E5E. Windows color (decimal): -12491632 or 9462849. OLE color: 9462849.

HSL color Cylindrical-coordinate representation of color #416490: hue angle of 213.42º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416490 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 100 144 -
CMYK 0.55 0.31 0 0.44
HSL 213.42º 0.38% 0.41% -
HSV(B) 213.42º 0.55% 0.56% -
XYZ 11.77 12.25 28.13 -
YUV 94.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 65 100 144 0.55 0.31 0 0.44 213.42 0.38 0.41
Hex 41 64 90 37 1F 0 2C D5 26 29
Octal 101 144 220 67 37 0 54 325 46 51
Binary 1000001 1100100 10010000 110111 11111 0 101100 11010101 100110 101001

Color Harmonies of #416490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416490

Black with #416490

Text Example


Text Example

White with #416490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416490; }

 p { color: rgb(65,100,144); }

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

background-color css

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

 a { background-color: rgb(65,100,144); }

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

border-color css

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

 span { border-color: rgb(65,100,144); }

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