Html Css Color HEX #466389 Wedgewood

📋 copy color: '#466389'

red 70 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #466389

Tints of Wedgewood #466389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 22.88%
G = 32.35%
B = 44.77%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466389 (or 0x466389) is known color: Wedgewood. HEX triplet: 46, 63 and 89. RGB value is (70,99,137). Sum of RGB (Red+Green+Blue) = 70+99+137=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #466389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466389 is #B99C76. Grayscale: #5E5E5E. Windows color (decimal): -12164215 or 9003846. OLE color: 9003846.

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

Color convert

RGB 70 99 137 -
CMYK 0.49 0.28 0 0.46
HSL 214.03º 0.32% 0.41% -
HSV(B) 214.03º 0.49% 0.54% -
XYZ 11.5 12.03 25.38 -
YUV 94.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 70 99 137 0.49 0.28 0 0.46 214.03 0.32 0.41
Hex 46 63 89 31 1C 0 2E D6 20 29
Octal 106 143 211 61 34 0 56 326 40 51
Binary 1000110 1100011 10001001 110001 11100 0 101110 11010110 100000 101001

Color Harmonies of #466389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466389

Black with #466389

Text Example


Text Example

White with #466389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466389; }

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

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

background-color css

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

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

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

border-color css

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

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

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