Html Css Color HEX #466892 Wedgewood

📋 copy color: '#466892'

red 70 ◦ green 104 ◦ blue 146

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

Shades of Wedgewood #466892

Tints of Wedgewood #466892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 21.88%
G = 32.5%
B = 45.63%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466892 (or 0x466892) is known color: Wedgewood. HEX triplet: 46, 68 and 92. RGB value is (70,104,146). Sum of RGB (Red+Green+Blue) = 70+104+146=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #466892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466892 is #B9976D. Grayscale: #626262. Windows color (decimal): -12162926 or 9594950. OLE color: 9594950.

HSL color Cylindrical-coordinate representation of color #466892: hue angle of 213.16º 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 #466892 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 104 146 -
CMYK 0.52 0.29 0 0.43
HSL 213.16º 0.35% 0.42% -
HSV(B) 213.16º 0.52% 0.57% -
XYZ 12.66 13.28 29.09 -
YUV 98.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 70 104 146 0.52 0.29 0 0.43 213.16 0.35 0.42
Hex 46 68 92 34 1D 0 2B D5 23 2A
Octal 106 150 222 64 35 0 53 325 43 52
Binary 1000110 1101000 10010010 110100 11101 0 101011 11010101 100011 101010

Color Harmonies of #466892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466892

Black with #466892

Text Example


Text Example

White with #466892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466892; }

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

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

background-color css

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

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

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

border-color css

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

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

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