Html Css Color HEX #466789 Wedgewood

📋 copy color: '#466789'

red 70 ◦ green 103 ◦ blue 137

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

Shades of Wedgewood #466789

Tints of Wedgewood #466789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 22.58%
G = 33.23%
B = 44.19%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466789 (or 0x466789) is known color: Wedgewood. HEX triplet: 46, 67 and 89. RGB value is (70,103,137). Sum of RGB (Red+Green+Blue) = 70+103+137=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #466789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466789 is #B99876. Grayscale: #606060. Windows color (decimal): -12163191 or 9004870. OLE color: 9004870.

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

Color convert

RGB 70 103 137 -
CMYK 0.49 0.25 0 0.46
HSL 210.45º 0.32% 0.41% -
HSV(B) 210.45º 0.49% 0.54% -
XYZ 11.89 12.81 25.51 -
YUV 97.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 70 103 137 0.49 0.25 0 0.46 210.45 0.32 0.41
Hex 46 67 89 31 19 0 2E D2 20 29
Octal 106 147 211 61 31 0 56 322 40 51
Binary 1000110 1100111 10001001 110001 11001 0 101110 11010010 100000 101001

Color Harmonies of #466789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466789

Black with #466789

Text Example


Text Example

White with #466789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466789; }

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

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

background-color css

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

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

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

border-color css

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

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

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