Html Css Color HEX #467095 Wedgewood

📋 copy color: '#467095'

red 70 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #467095

Tints of Wedgewood #467095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 21.15%
G = 33.84%
B = 45.02%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467095 (or 0x467095) is known color: Wedgewood. HEX triplet: 46, 70 and 95. RGB value is (70,112,149). Sum of RGB (Red+Green+Blue) = 70+112+149=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #467095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467095 is #B98F6A. Grayscale: #676767. Windows color (decimal): -12160875 or 9793606. OLE color: 9793606.

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

Color convert

RGB 70 112 149 -
CMYK 0.53 0.25 0 0.42
HSL 208.1º 0.36% 0.43% -
HSV(B) 208.1º 0.53% 0.58% -
XYZ 13.74 15.06 30.62 -
YUV 103.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 70 112 149 0.53 0.25 0 0.42 208.1 0.36 0.43
Hex 46 70 95 35 19 0 2A D0 24 2B
Octal 106 160 225 65 31 0 52 320 44 53
Binary 1000110 1110000 10010101 110101 11001 0 101010 11010000 100100 101011

Color Harmonies of #467095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467095

Black with #467095

Text Example


Text Example

White with #467095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467095; }

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

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

background-color css

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

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

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

border-color css

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

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

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