Html Css Color HEX #466981 Wedgewood

📋 copy color: '#466981'

red 70 ◦ green 105 ◦ blue 129

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

Shades of Wedgewood #466981

Tints of Wedgewood #466981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 23.03%
G = 34.54%
B = 42.43%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466981 (or 0x466981) is known color: Wedgewood. HEX triplet: 46, 69 and 81. RGB value is (70,105,129). Sum of RGB (Red+Green+Blue) = 70+105+129=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #466981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466981 is #B9967E. Grayscale: #616161. Windows color (decimal): -12162687 or 8481094. OLE color: 8481094.

HSL color Cylindrical-coordinate representation of color #466981: hue angle of 204.41º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466981 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 105 129 -
CMYK 0.46 0.19 0 0.49
HSL 204.41º 0.3% 0.39% -
HSV(B) 204.41º 0.46% 0.51% -
XYZ 11.54 12.99 22.67 -
YUV 97.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 70 105 129 0.46 0.19 0 0.49 204.41 0.3 0.39
Hex 46 69 81 2E 13 0 31 CC 1E 27
Octal 106 151 201 56 23 0 61 314 36 47
Binary 1000110 1101001 10000001 101110 10011 0 110001 11001100 11110 100111

Color Harmonies of #466981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466981

Black with #466981

Text Example


Text Example

White with #466981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466981; }

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

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

background-color css

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

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

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

border-color css

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

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

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