Html Css Color HEX #466587 Wedgewood

📋 copy color: '#466587'

red 70 ◦ green 101 ◦ blue 135

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

Shades of Wedgewood #466587

Tints of Wedgewood #466587

RGB

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

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

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

R = 22.88%
G = 33.01%
B = 44.12%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466587 (or 0x466587) is known color: Wedgewood. HEX triplet: 46, 65 and 87. RGB value is (70,101,135). Sum of RGB (Red+Green+Blue) = 70+101+135=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #466587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466587 is #B99A78. Grayscale: #5F5F5F. Windows color (decimal): -12163705 or 8873286. OLE color: 8873286.

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

Color convert

RGB 70 101 135 -
CMYK 0.48 0.25 0 0.47
HSL 211.38º 0.32% 0.4% -
HSV(B) 211.38º 0.48% 0.53% -
XYZ 11.55 12.36 24.7 -
YUV 95.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 70 101 135 0.48 0.25 0 0.47 211.38 0.32 0.4
Hex 46 65 87 30 19 0 2F D3 20 28
Octal 106 145 207 60 31 0 57 323 40 50
Binary 1000110 1100101 10000111 110000 11001 0 101111 11010011 100000 101000

Color Harmonies of #466587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466587

Black with #466587

Text Example


Text Example

White with #466587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466587; }

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

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

background-color css

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

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

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

border-color css

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

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

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