Html Css Color HEX #416590 Wedgewood

📋 copy color: '#416590'

red 65 ◦ green 101 ◦ blue 144

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

Shades of Wedgewood #416590

Tints of Wedgewood #416590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 20.97%
G = 32.58%
B = 46.45%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416590 (or 0x416590) is known color: Wedgewood. HEX triplet: 41, 65 and 90. RGB value is (65,101,144). Sum of RGB (Red+Green+Blue) = 65+101+144=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #416590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416590 is #BE9A6F. Grayscale: #5E5E5E. Windows color (decimal): -12491376 or 9463105. OLE color: 9463105.

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

Color convert

RGB 65 101 144 -
CMYK 0.55 0.30 0 0.44
HSL 212.66º 0.38% 0.41% -
HSV(B) 212.66º 0.55% 0.56% -
XYZ 11.87 12.44 28.16 -
YUV 95.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 65 101 144 0.55 0.30 0 0.44 212.66 0.38 0.41
Hex 41 65 90 37 1E 0 2C D5 26 29
Octal 101 145 220 67 36 0 54 325 46 51
Binary 1000001 1100101 10010000 110111 11110 0 101100 11010101 100110 101001

Color Harmonies of #416590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416590

Black with #416590

Text Example


Text Example

White with #416590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416590; }

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

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

background-color css

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

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

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

border-color css

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

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

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