Html Css Color HEX #466487 Wedgewood

📋 copy color: '#466487'

red 70 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #466487

Tints of Wedgewood #466487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 22.95%
G = 32.79%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466487 (or 0x466487) is known color: Wedgewood. HEX triplet: 46, 64 and 87. RGB value is (70,100,135). Sum of RGB (Red+Green+Blue) = 70+100+135=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #466487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466487 is #B99B78. Grayscale: #5E5E5E. Windows color (decimal): -12163961 or 8873030. OLE color: 8873030.

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

Color convert

RGB 70 100 135 -
CMYK 0.48 0.26 0 0.47
HSL 212.31º 0.32% 0.4% -
HSV(B) 212.31º 0.48% 0.53% -
XYZ 11.46 12.17 24.67 -
YUV 95.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 70 100 135 0.48 0.26 0 0.47 212.31 0.32 0.4
Hex 46 64 87 30 1A 0 2F D4 20 28
Octal 106 144 207 60 32 0 57 324 40 50
Binary 1000110 1100100 10000111 110000 11010 0 101111 11010100 100000 101000

Color Harmonies of #466487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466487

Black with #466487

Text Example


Text Example

White with #466487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466487; }

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

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

background-color css

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

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

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

border-color css

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

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

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