Html Css Color HEX #466084 Wedgewood

📋 copy color: '#466084'

red 70 ◦ green 96 ◦ blue 132

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

Shades of Wedgewood #466084

Tints of Wedgewood #466084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 23.49%
G = 32.21%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#466084 (or 0x466084) is known color: Wedgewood. HEX triplet: 46, 60 and 84. RGB value is (70,96,132). Sum of RGB (Red+Green+Blue) = 70+96+132=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #466084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466084 is #B99F7B. Grayscale: #5C5C5C. Windows color (decimal): -12164988 or 8675398. OLE color: 8675398.

HSL color Cylindrical-coordinate representation of color #466084: hue angle of 214.84º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466084 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 96 132 -
CMYK 0.47 0.27 0 0.48
HSL 214.84º 0.31% 0.4% -
HSV(B) 214.84º 0.47% 0.52% -
XYZ 10.87 11.33 23.44 -
YUV 92.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 70 96 132 0.47 0.27 0 0.48 214.84 0.31 0.4
Hex 46 60 84 2F 1B 0 30 D7 1F 28
Octal 106 140 204 57 33 0 60 327 37 50
Binary 1000110 1100000 10000100 101111 11011 0 110000 11010111 11111 101000

Color Harmonies of #466084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466084

Black with #466084

Text Example


Text Example

White with #466084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466084; }

 p { color: rgb(70,96,132); }

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

background-color css

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

 a { background-color: rgb(70,96,132); }

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

border-color css

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

 span { border-color: rgb(70,96,132); }

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