Html Css Color HEX #416690 Wedgewood

📋 copy color: '#416690'

red 65 ◦ green 102 ◦ blue 144

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

Shades of Wedgewood #416690

Tints of Wedgewood #416690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

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

R = 20.9%
G = 32.8%
B = 46.3%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416690 (or 0x416690) is known color: Wedgewood. HEX triplet: 41, 66 and 90. RGB value is (65,102,144). Sum of RGB (Red+Green+Blue) = 65+102+144=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #416690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416690 is #BE996F. Grayscale: #5F5F5F. Windows color (decimal): -12491120 or 9463361. OLE color: 9463361.

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

Color convert

RGB 65 102 144 -
CMYK 0.55 0.29 0 0.44
HSL 211.9º 0.38% 0.41% -
HSV(B) 211.9º 0.55% 0.56% -
XYZ 11.97 12.64 28.19 -
YUV 95.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 65 102 144 0.55 0.29 0 0.44 211.9 0.38 0.41
Hex 41 66 90 37 1D 0 2C D4 26 29
Octal 101 146 220 67 35 0 54 324 46 51
Binary 1000001 1100110 10010000 110111 11101 0 101100 11010100 100110 101001

Color Harmonies of #416690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416690

Black with #416690

Text Example


Text Example

White with #416690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416690; }

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

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

background-color css

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

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

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

border-color css

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

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

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