Html Css Color HEX #466990 Wedgewood

📋 copy color: '#466990'

red 70 ◦ green 105 ◦ blue 144

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

Shades of Wedgewood #466990

Tints of Wedgewood #466990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 21.94%
G = 32.92%
B = 45.14%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466990 (or 0x466990) is known color: Wedgewood. HEX triplet: 46, 69 and 90. RGB value is (70,105,144). Sum of RGB (Red+Green+Blue) = 70+105+144=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #466990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466990 is #B9966F. Grayscale: #626262. Windows color (decimal): -12162672 or 9464134. OLE color: 9464134.

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

Color convert

RGB 70 105 144 -
CMYK 0.51 0.27 0 0.44
HSL 211.62º 0.35% 0.42% -
HSV(B) 211.62º 0.51% 0.56% -
XYZ 12.61 13.42 28.31 -
YUV 98.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 70 105 144 0.51 0.27 0 0.44 211.62 0.35 0.42
Hex 46 69 90 33 1B 0 2C D4 23 2A
Octal 106 151 220 63 33 0 54 324 43 52
Binary 1000110 1101001 10010000 110011 11011 0 101100 11010100 100011 101010

Color Harmonies of #466990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466990

Black with #466990

Text Example


Text Example

White with #466990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466990; }

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

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

background-color css

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

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

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

border-color css

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

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

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