Html Css Color HEX #467294 Wedgewood

📋 copy color: '#467294'

red 70 ◦ green 114 ◦ blue 148

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

Shades of Wedgewood #467294

Tints of Wedgewood #467294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 21.08%
G = 34.34%
B = 44.58%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467294 (or 0x467294) is known color: Wedgewood. HEX triplet: 46, 72 and 94. RGB value is (70,114,148). Sum of RGB (Red+Green+Blue) = 70+114+148=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #467294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467294 is #B98D6B. Grayscale: #686868. Windows color (decimal): -12160364 or 9728582. OLE color: 9728582.

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

Color convert

RGB 70 114 148 -
CMYK 0.53 0.23 0 0.42
HSL 206.15º 0.36% 0.43% -
HSV(B) 206.15º 0.53% 0.58% -
XYZ 13.89 15.47 30.27 -
YUV 104.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 70 114 148 0.53 0.23 0 0.42 206.15 0.36 0.43
Hex 46 72 94 35 17 0 2A CE 24 2B
Octal 106 162 224 65 27 0 52 316 44 53
Binary 1000110 1110010 10010100 110101 10111 0 101010 11001110 100100 101011

Color Harmonies of #467294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467294

Black with #467294

Text Example


Text Example

White with #467294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467294; }

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

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

background-color css

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

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

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

border-color css

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

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

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