Html Css Color HEX #466E89 Wedgewood

📋 copy color: '#466E89'

red 70 ◦ green 110 ◦ blue 137

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

Shades of Wedgewood #466E89

Tints of Wedgewood #466E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

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

R = 22.08%
G = 34.7%
B = 43.22%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#466E89 (or 0x466E89) is known color: Wedgewood. HEX triplet: 46, 6E and 89. RGB value is (70,110,137). Sum of RGB (Red+Green+Blue) = 70+110+137=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #466E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E89 is #B99176. Grayscale: #646464. Windows color (decimal): -12161399 or 9006662. OLE color: 9006662.

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

Color convert

RGB 70 110 137 -
CMYK 0.49 0.20 0 0.46
HSL 204.18º 0.32% 0.41% -
HSV(B) 204.18º 0.49% 0.54% -
XYZ 12.62 14.26 25.75 -
YUV 101.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 70 110 137 0.49 0.20 0 0.46 204.18 0.32 0.41
Hex 46 6E 89 31 14 0 2E CC 20 29
Octal 106 156 211 61 24 0 56 314 40 51
Binary 1000110 1101110 10001001 110001 10100 0 101110 11001100 100000 101001

Color Harmonies of #466E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E89

Black with #466E89

Text Example


Text Example

White with #466E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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