Html Css Color HEX #466690 Wedgewood

📋 copy color: '#466690'

red 70 ◦ green 102 ◦ blue 144

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

Shades of Wedgewood #466690

Tints of Wedgewood #466690

RGB

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

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

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

R = 22.15%
G = 32.28%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466690 (or 0x466690) is known color: Wedgewood. HEX triplet: 46, 66 and 90. RGB value is (70,102,144). Sum of RGB (Red+Green+Blue) = 70+102+144=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #466690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466690 is #B9996F. Grayscale: #616161. Windows color (decimal): -12163440 or 9463366. OLE color: 9463366.

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

Color convert

RGB 70 102 144 -
CMYK 0.51 0.29 0 0.44
HSL 214.05º 0.35% 0.42% -
HSV(B) 214.05º 0.51% 0.56% -
XYZ 12.31 12.82 28.21 -
YUV 97.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 70 102 144 0.51 0.29 0 0.44 214.05 0.35 0.42
Hex 46 66 90 33 1D 0 2C D6 23 2A
Octal 106 146 220 63 35 0 54 326 43 52
Binary 1000110 1100110 10010000 110011 11101 0 101100 11010110 100011 101010

Color Harmonies of #466690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466690

Black with #466690

Text Example


Text Example

White with #466690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466690; }

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

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

background-color css

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

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

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

border-color css

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

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

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