Html Css Color HEX #466182 Wedgewood

📋 copy color: '#466182'

red 70 ◦ green 97 ◦ blue 130

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

Shades of Wedgewood #466182

Tints of Wedgewood #466182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 23.57%
G = 32.66%
B = 43.77%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466182 (or 0x466182) is known color: Wedgewood. HEX triplet: 46, 61 and 82. RGB value is (70,97,130). Sum of RGB (Red+Green+Blue) = 70+97+130=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #466182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466182 is #B99E7D. Grayscale: #5C5C5C. Windows color (decimal): -12164734 or 8544582. OLE color: 8544582.

HSL color Cylindrical-coordinate representation of color #466182: hue angle of 213º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466182 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 97 130 -
CMYK 0.46 0.25 0 0.49
HSL 213º 0.3% 0.39% -
HSV(B) 213º 0.46% 0.51% -
XYZ 10.83 11.46 22.76 -
YUV 92.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 70 97 130 0.46 0.25 0 0.49 213 0.3 0.39
Hex 46 61 82 2E 19 0 31 D5 1E 27
Octal 106 141 202 56 31 0 61 325 36 47
Binary 1000110 1100001 10000010 101110 11001 0 110001 11010101 11110 100111

Color Harmonies of #466182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466182

Black with #466182

Text Example


Text Example

White with #466182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466182; }

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

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

background-color css

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

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

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

border-color css

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

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

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