Html Css Color HEX #466B8D Wedgewood

📋 copy color: '#466B8D'

red 70 ◦ green 107 ◦ blue 141

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

Shades of Wedgewood #466B8D

Tints of Wedgewood #466B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 22.01%
G = 33.65%
B = 44.34%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#466B8D (or 0x466B8D) is known color: Wedgewood. HEX triplet: 46, 6B and 8D. RGB value is (70,107,141). Sum of RGB (Red+Green+Blue) = 70+107+141=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #466B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B8D is #B99472. Grayscale: #636363. Windows color (decimal): -12162163 or 9268038. OLE color: 9268038.

HSL color Cylindrical-coordinate representation of color #466B8D: hue angle of 208.73º 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 #466B8D is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 107 141 -
CMYK 0.50 0.24 0 0.45
HSL 208.73º 0.34% 0.41% -
HSV(B) 208.73º 0.5% 0.55% -
XYZ 12.59 13.74 27.19 -
YUV 99.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 70 107 141 0.50 0.24 0 0.45 208.73 0.34 0.41
Hex 46 6B 8D 32 18 0 2D D1 22 29
Octal 106 153 215 62 30 0 55 321 42 51
Binary 1000110 1101011 10001101 110010 11000 0 101101 11010001 100010 101001

Color Harmonies of #466B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B8D

Black with #466B8D

Text Example


Text Example

White with #466B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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