Html Css Color HEX #467296 Wedgewood

📋 copy color: '#467296'

red 70 ◦ green 114 ◦ blue 150

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

Shades of Wedgewood #467296

Tints of Wedgewood #467296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 20.96%
G = 34.13%
B = 44.91%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#467296 (or 0x467296) is known color: Wedgewood. HEX triplet: 46, 72 and 96. RGB value is (70,114,150). Sum of RGB (Red+Green+Blue) = 70+114+150=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #467296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467296 is #B98D69. Grayscale: #686868. Windows color (decimal): -12160362 or 9859654. OLE color: 9859654.

HSL color Cylindrical-coordinate representation of color #467296: hue angle of 207º 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 #467296 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 114 150 -
CMYK 0.53 0.24 0 0.41
HSL 207º 0.36% 0.43% -
HSV(B) 207º 0.53% 0.59% -
XYZ 14.05 15.54 31.11 -
YUV 104.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 70 114 150 0.53 0.24 0 0.41 207 0.36 0.43
Hex 46 72 96 35 18 0 29 CF 24 2B
Octal 106 162 226 65 30 0 51 317 44 53
Binary 1000110 1110010 10010110 110101 11000 0 101001 11001111 100100 101011

Color Harmonies of #467296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467296

Black with #467296

Text Example


Text Example

White with #467296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467296; }

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

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

background-color css

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

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

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

border-color css

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

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

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