Html Css Color HEX #466490 Wedgewood

📋 copy color: '#466490'

red 70 ◦ green 100 ◦ blue 144

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

Shades of Wedgewood #466490

Tints of Wedgewood #466490

RGB

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

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

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

R = 22.29%
G = 31.85%
B = 45.86%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466490 (or 0x466490) is known color: Wedgewood. HEX triplet: 46, 64 and 90. RGB value is (70,100,144). Sum of RGB (Red+Green+Blue) = 70+100+144=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #466490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466490 is #B99B6F. Grayscale: #5F5F5F. Windows color (decimal): -12163952 or 9462854. OLE color: 9462854.

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

Color convert

RGB 70 100 144 -
CMYK 0.51 0.31 0 0.44
HSL 215.68º 0.35% 0.42% -
HSV(B) 215.68º 0.51% 0.56% -
XYZ 12.12 12.43 28.15 -
YUV 96.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 70 100 144 0.51 0.31 0 0.44 215.68 0.35 0.42
Hex 46 64 90 33 1F 0 2C D8 23 2A
Octal 106 144 220 63 37 0 54 330 43 52
Binary 1000110 1100100 10010000 110011 11111 0 101100 11011000 100011 101010

Color Harmonies of #466490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466490

Black with #466490

Text Example


Text Example

White with #466490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466490; }

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

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

background-color css

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

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

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

border-color css

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

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

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