Html Css Color HEX #466184 Wedgewood

📋 copy color: '#466184'

red 70 ◦ green 97 ◦ blue 132

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

Shades of Wedgewood #466184

Tints of Wedgewood #466184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

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

R = 23.41%
G = 32.44%
B = 44.15%

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

#466184 (or 0x466184) is known color: Wedgewood. HEX triplet: 46, 61 and 84. RGB value is (70,97,132). Sum of RGB (Red+Green+Blue) = 70+97+132=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #466184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466184 is #B99E7B. Grayscale: #5C5C5C. Windows color (decimal): -12164732 or 8675654. OLE color: 8675654.

HSL color Cylindrical-coordinate representation of color #466184: hue angle of 213.87º 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 #466184 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 97 132 -
CMYK 0.47 0.27 0 0.48
HSL 213.87º 0.31% 0.4% -
HSV(B) 213.87º 0.47% 0.52% -
XYZ 10.97 11.52 23.47 -
YUV 92.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 70 97 132 0.47 0.27 0 0.48 213.87 0.31 0.4
Hex 46 61 84 2F 1B 0 30 D6 1F 28
Octal 106 141 204 57 33 0 60 326 37 50
Binary 1000110 1100001 10000100 101111 11011 0 110000 11010110 11111 101000

Color Harmonies of #466184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466184

Black with #466184

Text Example


Text Example

White with #466184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466184; }

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

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

background-color css

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

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

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

border-color css

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

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

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