Html Css Color HEX #46618C Wedgewood

📋 copy color: '#46618C'

red 70 ◦ green 97 ◦ blue 140

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

Shades of Wedgewood #46618C

Tints of Wedgewood #46618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 22.8%
G = 31.6%
B = 45.6%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46618C (or 0x46618C) is known color: Wedgewood. HEX triplet: 46, 61 and 8C. RGB value is (70,97,140). Sum of RGB (Red+Green+Blue) = 70+97+140=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #46618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46618C is #B99E73. Grayscale: #5D5D5D. Windows color (decimal): -12164724 or 9199942. OLE color: 9199942.

HSL color Cylindrical-coordinate representation of color #46618C: hue angle of 216.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46618C is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 97 140 -
CMYK 0.50 0.31 0 0.45
HSL 216.86º 0.33% 0.41% -
HSV(B) 216.86º 0.5% 0.55% -
XYZ 11.53 11.74 26.47 -
YUV 93.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 70 97 140 0.50 0.31 0 0.45 216.86 0.33 0.41
Hex 46 61 8C 32 1F 0 2D D9 21 29
Octal 106 141 214 62 37 0 55 331 41 51
Binary 1000110 1100001 10001100 110010 11111 0 101101 11011001 100001 101001

Color Harmonies of #46618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46618C

Black with #46618C

Text Example


Text Example

White with #46618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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