Html Css Color HEX #467192 Wedgewood

📋 copy color: '#467192'

red 70 ◦ green 113 ◦ blue 146

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

Shades of Wedgewood #467192

Tints of Wedgewood #467192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 21.28%
G = 34.35%
B = 44.38%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#467192 (or 0x467192) is known color: Wedgewood. HEX triplet: 46, 71 and 92. RGB value is (70,113,146). Sum of RGB (Red+Green+Blue) = 70+113+146=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #467192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467192 is #B98E6D. Grayscale: #676767. Windows color (decimal): -12160622 or 9597254. OLE color: 9597254.

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

Color convert

RGB 70 113 146 -
CMYK 0.52 0.23 0 0.43
HSL 206.05º 0.35% 0.42% -
HSV(B) 206.05º 0.52% 0.57% -
XYZ 13.62 15.19 29.41 -
YUV 103.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 70 113 146 0.52 0.23 0 0.43 206.05 0.35 0.42
Hex 46 71 92 34 17 0 2B CE 23 2A
Octal 106 161 222 64 27 0 53 316 43 52
Binary 1000110 1110001 10010010 110100 10111 0 101011 11001110 100011 101010

Color Harmonies of #467192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467192

Black with #467192

Text Example


Text Example

White with #467192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467192; }

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

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

background-color css

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

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

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

border-color css

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

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

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