Html Css Color HEX #466185 Wedgewood

📋 copy color: '#466185'

red 70 ◦ green 97 ◦ blue 133

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

Shades of Wedgewood #466185

Tints of Wedgewood #466185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 23.33%
G = 32.33%
B = 44.33%

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

#466185 (or 0x466185) is known color: Wedgewood. HEX triplet: 46, 61 and 85. RGB value is (70,97,133). Sum of RGB (Red+Green+Blue) = 70+97+133=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #466185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466185 is #B99E7A. Grayscale: #5C5C5C. Windows color (decimal): -12164731 or 8741190. OLE color: 8741190.

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

Color convert

RGB 70 97 133 -
CMYK 0.47 0.27 0 0.48
HSL 214.29º 0.31% 0.4% -
HSV(B) 214.29º 0.47% 0.52% -
XYZ 11.03 11.54 23.84 -
YUV 93.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 70 97 133 0.47 0.27 0 0.48 214.29 0.31 0.4
Hex 46 61 85 2F 1B 0 30 D6 1F 28
Octal 106 141 205 57 33 0 60 326 37 50
Binary 1000110 1100001 10000101 101111 11011 0 110000 11010110 11111 101000

Color Harmonies of #466185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466185

Black with #466185

Text Example


Text Example

White with #466185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466185; }

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

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

background-color css

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

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

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

border-color css

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

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

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