Html Css Color HEX #466987 Wedgewood

📋 copy color: '#466987'

red 70 ◦ green 105 ◦ blue 135

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

Shades of Wedgewood #466987

Tints of Wedgewood #466987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 22.58%
G = 33.87%
B = 43.55%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466987 (or 0x466987) is known color: Wedgewood. HEX triplet: 46, 69 and 87. RGB value is (70,105,135). Sum of RGB (Red+Green+Blue) = 70+105+135=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #466987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466987 is #B99678. Grayscale: #616161. Windows color (decimal): -12162681 or 8874310. OLE color: 8874310.

HSL color Cylindrical-coordinate representation of color #466987: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466987 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 105 135 -
CMYK 0.48 0.22 0 0.47
HSL 207.69º 0.32% 0.4% -
HSV(B) 207.69º 0.48% 0.53% -
XYZ 11.95 13.15 24.83 -
YUV 97.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 70 105 135 0.48 0.22 0 0.47 207.69 0.32 0.4
Hex 46 69 87 30 16 0 2F D0 20 28
Octal 106 151 207 60 26 0 57 320 40 50
Binary 1000110 1101001 10000111 110000 10110 0 101111 11010000 100000 101000

Color Harmonies of #466987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466987

Black with #466987

Text Example


Text Example

White with #466987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466987; }

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

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

background-color css

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

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

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

border-color css

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

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

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