Html Css Color HEX #466087 Wedgewood

📋 copy color: '#466087'

red 70 ◦ green 96 ◦ blue 135

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

Shades of Wedgewood #466087

Tints of Wedgewood #466087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 23.26%
G = 31.89%
B = 44.85%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466087 (or 0x466087) is known color: Wedgewood. HEX triplet: 46, 60 and 87. RGB value is (70,96,135). Sum of RGB (Red+Green+Blue) = 70+96+135=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #466087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466087 is #B99F78. Grayscale: #5C5C5C. Windows color (decimal): -12164985 or 8872006. OLE color: 8872006.

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

Color convert

RGB 70 96 135 -
CMYK 0.48 0.29 0 0.47
HSL 216º 0.32% 0.4% -
HSV(B) 216º 0.48% 0.53% -
XYZ 11.08 11.42 24.54 -
YUV 92.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 70 96 135 0.48 0.29 0 0.47 216 0.32 0.4
Hex 46 60 87 30 1D 0 2F D8 20 28
Octal 106 140 207 60 35 0 57 330 40 50
Binary 1000110 1100000 10000111 110000 11101 0 101111 11011000 100000 101000

Color Harmonies of #466087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466087

Black with #466087

Text Example


Text Example

White with #466087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466087; }

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

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

background-color css

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

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

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

border-color css

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

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

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