Html Css Color HEX #467096 Wedgewood

📋 copy color: '#467096'

red 70 ◦ green 112 ◦ blue 150

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

Shades of Wedgewood #467096

Tints of Wedgewood #467096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 21.08%
G = 33.73%
B = 45.18%

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

#467096 (or 0x467096) is known color: Wedgewood. HEX triplet: 46, 70 and 96. RGB value is (70,112,150). Sum of RGB (Red+Green+Blue) = 70+112+150=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #467096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467096 is #B98F69. Grayscale: #676767. Windows color (decimal): -12160874 or 9859142. OLE color: 9859142.

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

Color convert

RGB 70 112 150 -
CMYK 0.53 0.25 0 0.41
HSL 208.5º 0.36% 0.43% -
HSV(B) 208.5º 0.53% 0.59% -
XYZ 13.82 15.09 31.04 -
YUV 103.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 70 112 150 0.53 0.25 0 0.41 208.5 0.36 0.43
Hex 46 70 96 35 19 0 29 D0 24 2B
Octal 106 160 226 65 31 0 51 320 44 53
Binary 1000110 1110000 10010110 110101 11001 0 101001 11010000 100100 101011

Color Harmonies of #467096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467096

Black with #467096

Text Example


Text Example

White with #467096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467096; }

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

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

background-color css

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

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

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

border-color css

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

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

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