Html Css Color HEX #466180 Wedgewood

📋 copy color: '#466180'

red 70 ◦ green 97 ◦ blue 128

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

Shades of Wedgewood #466180

Tints of Wedgewood #466180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 23.73%
G = 32.88%
B = 43.39%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#466180 (or 0x466180) is known color: Wedgewood. HEX triplet: 46, 61 and 80. RGB value is (70,97,128). Sum of RGB (Red+Green+Blue) = 70+97+128=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #466180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466180 is #B99E7F. Grayscale: #5C5C5C. Windows color (decimal): -12164736 or 8413510. OLE color: 8413510.

HSL color Cylindrical-coordinate representation of color #466180: hue angle of 212.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466180 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 97 128 -
CMYK 0.45 0.24 0 0.50
HSL 212.07º 0.29% 0.39% -
HSV(B) 212.07º 0.45% 0.5% -
XYZ 10.7 11.41 22.06 -
YUV 92.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 70 97 128 0.45 0.24 0 0.50 212.07 0.29 0.39
Hex 46 61 80 2D 18 0 32 D4 1D 27
Octal 106 141 200 55 30 0 62 324 35 47
Binary 1000110 1100001 10000000 101101 11000 0 110010 11010100 11101 100111

Color Harmonies of #466180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466180

Black with #466180

Text Example


Text Example

White with #466180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466180; }

 p { color: rgb(70,97,128); }

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

background-color css

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

 a { background-color: rgb(70,97,128); }

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

border-color css

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

 span { border-color: rgb(70,97,128); }

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