Html Css Color HEX #466589 Wedgewood

📋 copy color: '#466589'

red 70 ◦ green 101 ◦ blue 137

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

Shades of Wedgewood #466589

Tints of Wedgewood #466589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 22.73%
G = 32.79%
B = 44.48%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466589 (or 0x466589) is known color: Wedgewood. HEX triplet: 46, 65 and 89. RGB value is (70,101,137). Sum of RGB (Red+Green+Blue) = 70+101+137=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #466589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466589 is #B99A76. Grayscale: #5F5F5F. Windows color (decimal): -12163703 or 9004358. OLE color: 9004358.

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

Color convert

RGB 70 101 137 -
CMYK 0.49 0.26 0 0.46
HSL 212.24º 0.32% 0.41% -
HSV(B) 212.24º 0.49% 0.54% -
XYZ 11.69 12.42 25.45 -
YUV 95.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 70 101 137 0.49 0.26 0 0.46 212.24 0.32 0.41
Hex 46 65 89 31 1A 0 2E D4 20 29
Octal 106 145 211 61 32 0 56 324 40 51
Binary 1000110 1100101 10001001 110001 11010 0 101110 11010100 100000 101001

Color Harmonies of #466589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466589

Black with #466589

Text Example


Text Example

White with #466589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466589; }

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

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

background-color css

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

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

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

border-color css

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

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

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