Html Css Color HEX #467196 Wedgewood

📋 copy color: '#467196'

red 70 ◦ green 113 ◦ blue 150

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

Shades of Wedgewood #467196

Tints of Wedgewood #467196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 21.02%
G = 33.93%
B = 45.05%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#467196 (or 0x467196) is known color: Wedgewood. HEX triplet: 46, 71 and 96. RGB value is (70,113,150). Sum of RGB (Red+Green+Blue) = 70+113+150=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #467196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467196 is #B98E69. Grayscale: #686868. Windows color (decimal): -12160618 or 9859398. OLE color: 9859398.

HSL color Cylindrical-coordinate representation of color #467196: hue angle of 207.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467196 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 113 150 -
CMYK 0.53 0.25 0 0.41
HSL 207.75º 0.36% 0.43% -
HSV(B) 207.75º 0.53% 0.59% -
XYZ 13.94 15.31 31.08 -
YUV 104.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 70 113 150 0.53 0.25 0 0.41 207.75 0.36 0.43
Hex 46 71 96 35 19 0 29 D0 24 2B
Octal 106 161 226 65 31 0 51 320 44 53
Binary 1000110 1110001 10010110 110101 11001 0 101001 11010000 100100 101011

Color Harmonies of #467196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467196

Black with #467196

Text Example


Text Example

White with #467196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467196; }

 p { color: rgb(70,113,150); }

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

background-color css

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

 a { background-color: rgb(70,113,150); }

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

border-color css

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

 span { border-color: rgb(70,113,150); }

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