Html Css Color HEX #466E8D Wedgewood

📋 copy color: '#466E8D'

red 70 ◦ green 110 ◦ blue 141

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

Shades of Wedgewood #466E8D

Tints of Wedgewood #466E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 21.81%
G = 34.27%
B = 43.93%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#466E8D (or 0x466E8D) is known color: Wedgewood. HEX triplet: 46, 6E and 8D. RGB value is (70,110,141). Sum of RGB (Red+Green+Blue) = 70+110+141=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #466E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E8D is #B99172. Grayscale: #656565. Windows color (decimal): -12161395 or 9268806. OLE color: 9268806.

HSL color Cylindrical-coordinate representation of color #466E8D: hue angle of 206.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466E8D is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 110 141 -
CMYK 0.50 0.22 0 0.45
HSL 206.2º 0.34% 0.41% -
HSV(B) 206.2º 0.5% 0.55% -
XYZ 12.91 14.38 27.29 -
YUV 101.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 70 110 141 0.50 0.22 0 0.45 206.2 0.34 0.41
Hex 46 6E 8D 32 16 0 2D CE 22 29
Octal 106 156 215 62 26 0 55 316 42 51
Binary 1000110 1101110 10001101 110010 10110 0 101101 11001110 100010 101001

Color Harmonies of #466E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E8D

Black with #466E8D

Text Example


Text Example

White with #466E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E8D; }

 p { color: rgb(70,110,141); }

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

background-color css

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

 a { background-color: rgb(70,110,141); }

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

border-color css

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

 span { border-color: rgb(70,110,141); }

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