Html Css Color HEX #466992 Wedgewood

📋 copy color: '#466992'

red 70 ◦ green 105 ◦ blue 146

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

Shades of Wedgewood #466992

Tints of Wedgewood #466992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 21.81%
G = 32.71%
B = 45.48%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466992 (or 0x466992) is known color: Wedgewood. HEX triplet: 46, 69 and 92. RGB value is (70,105,146). Sum of RGB (Red+Green+Blue) = 70+105+146=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #466992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466992 is #B9966D. Grayscale: #636363. Windows color (decimal): -12162670 or 9595206. OLE color: 9595206.

HSL color Cylindrical-coordinate representation of color #466992: hue angle of 212.37º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466992 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 105 146 -
CMYK 0.52 0.28 0 0.43
HSL 212.37º 0.35% 0.42% -
HSV(B) 212.37º 0.52% 0.57% -
XYZ 12.77 13.48 29.12 -
YUV 99.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 70 105 146 0.52 0.28 0 0.43 212.37 0.35 0.42
Hex 46 69 92 34 1C 0 2B D4 23 2A
Octal 106 151 222 64 34 0 53 324 43 52
Binary 1000110 1101001 10010010 110100 11100 0 101011 11010100 100011 101010

Color Harmonies of #466992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466992

Black with #466992

Text Example


Text Example

White with #466992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466992; }

 p { color: rgb(70,105,146); }

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

background-color css

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

 a { background-color: rgb(70,105,146); }

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

border-color css

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

 span { border-color: rgb(70,105,146); }

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