Html Css Color HEX #466590 Wedgewood

📋 copy color: '#466590'

red 70 ◦ green 101 ◦ blue 144

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

Shades of Wedgewood #466590

Tints of Wedgewood #466590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 22.22%
G = 32.06%
B = 45.71%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466590 (or 0x466590) is known color: Wedgewood. HEX triplet: 46, 65 and 90. RGB value is (70,101,144). Sum of RGB (Red+Green+Blue) = 70+101+144=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #466590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466590 is #B99A6F. Grayscale: #606060. Windows color (decimal): -12163696 or 9463110. OLE color: 9463110.

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

Color convert

RGB 70 101 144 -
CMYK 0.51 0.30 0 0.44
HSL 214.86º 0.35% 0.42% -
HSV(B) 214.86º 0.51% 0.56% -
XYZ 12.21 12.62 28.18 -
YUV 96.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 70 101 144 0.51 0.30 0 0.44 214.86 0.35 0.42
Hex 46 65 90 33 1E 0 2C D7 23 2A
Octal 106 145 220 63 36 0 54 327 43 52
Binary 1000110 1100101 10010000 110011 11110 0 101100 11010111 100011 101010

Color Harmonies of #466590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466590

Black with #466590

Text Example


Text Example

White with #466590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466590; }

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

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

background-color css

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

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

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

border-color css

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

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

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