Html Css Color HEX #466189 Wedgewood

📋 copy color: '#466189'

red 70 ◦ green 97 ◦ blue 137

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

Shades of Wedgewood #466189

Tints of Wedgewood #466189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 23.03%
G = 31.91%
B = 45.07%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466189 (or 0x466189) is known color: Wedgewood. HEX triplet: 46, 61 and 89. RGB value is (70,97,137). Sum of RGB (Red+Green+Blue) = 70+97+137=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #466189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466189 is #B99E76. Grayscale: #5D5D5D. Windows color (decimal): -12164727 or 9003334. OLE color: 9003334.

HSL color Cylindrical-coordinate representation of color #466189: hue angle of 215.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466189 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 97 137 -
CMYK 0.49 0.29 0 0.46
HSL 215.82º 0.32% 0.41% -
HSV(B) 215.82º 0.49% 0.54% -
XYZ 11.32 11.66 25.32 -
YUV 93.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 70 97 137 0.49 0.29 0 0.46 215.82 0.32 0.41
Hex 46 61 89 31 1D 0 2E D8 20 29
Octal 106 141 211 61 35 0 56 330 40 51
Binary 1000110 1100001 10001001 110001 11101 0 101110 11011000 100000 101001

Color Harmonies of #466189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466189

Black with #466189

Text Example


Text Example

White with #466189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466189; }

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

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

background-color css

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

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

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

border-color css

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

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

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