Html Css Color HEX #466481 Wedgewood

📋 copy color: '#466481'

red 70 ◦ green 100 ◦ blue 129

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

Shades of Wedgewood #466481

Tints of Wedgewood #466481

RGB

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

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

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

R = 23.41%
G = 33.44%
B = 43.14%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466481 (or 0x466481) is known color: Wedgewood. HEX triplet: 46, 64 and 81. RGB value is (70,100,129). Sum of RGB (Red+Green+Blue) = 70+100+129=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #466481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466481 is #B99B7E. Grayscale: #5E5E5E. Windows color (decimal): -12163967 or 8479814. OLE color: 8479814.

HSL color Cylindrical-coordinate representation of color #466481: hue angle of 209.49º 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 #466481 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 100 129 -
CMYK 0.46 0.22 0 0.49
HSL 209.49º 0.3% 0.39% -
HSV(B) 209.49º 0.46% 0.51% -
XYZ 11.05 12 22.5 -
YUV 94.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 70 100 129 0.46 0.22 0 0.49 209.49 0.3 0.39
Hex 46 64 81 2E 16 0 31 D1 1E 27
Octal 106 144 201 56 26 0 61 321 36 47
Binary 1000110 1100100 10000001 101110 10110 0 110001 11010001 11110 100111

Color Harmonies of #466481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466481

Black with #466481

Text Example


Text Example

White with #466481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466481; }

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

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

background-color css

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

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

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

border-color css

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

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

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