Html Css Color HEX #466489 Wedgewood

📋 copy color: '#466489'

red 70 ◦ green 100 ◦ blue 137

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

Shades of Wedgewood #466489

Tints of Wedgewood #466489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 22.8%
G = 32.57%
B = 44.63%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466489 (or 0x466489) is known color: Wedgewood. HEX triplet: 46, 64 and 89. RGB value is (70,100,137). Sum of RGB (Red+Green+Blue) = 70+100+137=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #466489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466489 is #B99B76. Grayscale: #5F5F5F. Windows color (decimal): -12163959 or 9004102. OLE color: 9004102.

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

Color convert

RGB 70 100 137 -
CMYK 0.49 0.27 0 0.46
HSL 213.13º 0.32% 0.41% -
HSV(B) 213.13º 0.49% 0.54% -
XYZ 11.6 12.22 25.41 -
YUV 95.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 70 100 137 0.49 0.27 0 0.46 213.13 0.32 0.41
Hex 46 64 89 31 1B 0 2E D5 20 29
Octal 106 144 211 61 33 0 56 325 40 51
Binary 1000110 1100100 10001001 110001 11011 0 101110 11010101 100000 101001

Color Harmonies of #466489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466489

Black with #466489

Text Example


Text Example

White with #466489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466489; }

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

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

background-color css

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

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

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

border-color css

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

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

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