Html Css Color HEX #416790 Wedgewood

📋 copy color: '#416790'

red 65 ◦ green 103 ◦ blue 144

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

Shades of Wedgewood #416790

Tints of Wedgewood #416790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 20.83%
G = 33.01%
B = 46.15%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416790 (or 0x416790) is known color: Wedgewood. HEX triplet: 41, 67 and 90. RGB value is (65,103,144). Sum of RGB (Red+Green+Blue) = 65+103+144=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #416790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416790 is #BE986F. Grayscale: #606060. Windows color (decimal): -12490864 or 9463617. OLE color: 9463617.

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

Color convert

RGB 65 103 144 -
CMYK 0.55 0.28 0 0.44
HSL 211.14º 0.38% 0.41% -
HSV(B) 211.14º 0.55% 0.56% -
XYZ 12.06 12.84 28.23 -
YUV 96.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 65 103 144 0.55 0.28 0 0.44 211.14 0.38 0.41
Hex 41 67 90 37 1C 0 2C D3 26 29
Octal 101 147 220 67 34 0 54 323 46 51
Binary 1000001 1100111 10010000 110111 11100 0 101100 11010011 100110 101001

Color Harmonies of #416790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416790

Black with #416790

Text Example


Text Example

White with #416790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416790; }

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

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

background-color css

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

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

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

border-color css

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

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

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