Html Css Color HEX #466890 Wedgewood

📋 copy color: '#466890'

red 70 ◦ green 104 ◦ blue 144

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

Shades of Wedgewood #466890

Tints of Wedgewood #466890

RGB

 RED value IS 70 (27.73% from 255) = 22.01%

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

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

R = 22.01%
G = 32.7%
B = 45.28%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466890 (or 0x466890) is known color: Wedgewood. HEX triplet: 46, 68 and 90. RGB value is (70,104,144). Sum of RGB (Red+Green+Blue) = 70+104+144=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #466890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466890 is #B9976F. Grayscale: #626262. Windows color (decimal): -12162928 or 9463878. OLE color: 9463878.

HSL color Cylindrical-coordinate representation of color #466890: hue angle of 212.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466890 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 104 144 -
CMYK 0.51 0.28 0 0.44
HSL 212.43º 0.35% 0.42% -
HSV(B) 212.43º 0.51% 0.56% -
XYZ 12.51 13.22 28.28 -
YUV 98.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 70 104 144 0.51 0.28 0 0.44 212.43 0.35 0.42
Hex 46 68 90 33 1C 0 2C D4 23 2A
Octal 106 150 220 63 34 0 54 324 43 52
Binary 1000110 1101000 10010000 110011 11100 0 101100 11010100 100011 101010

Color Harmonies of #466890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466890

Black with #466890

Text Example


Text Example

White with #466890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466890; }

 p { color: rgb(70,104,144); }

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

background-color css

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

 a { background-color: rgb(70,104,144); }

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

border-color css

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

 span { border-color: rgb(70,104,144); }

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