Html Css Color HEX #437095 Wedgewood

📋 copy color: '#437095'

red 67 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #437095

Tints of Wedgewood #437095

RGB

 RED value IS 67 (26.56% from 255) = 20.43%

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

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

R = 20.43%
G = 34.15%
B = 45.43%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#437095 (or 0x437095) is known color: Wedgewood. HEX triplet: 43, 70 and 95. RGB value is (67,112,149). Sum of RGB (Red+Green+Blue) = 67+112+149=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #437095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437095 is #BC8F6A. Grayscale: #666666. Windows color (decimal): -12357483 or 9793603. OLE color: 9793603.

HSL color Cylindrical-coordinate representation of color #437095: hue angle of 207.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #437095 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 112 149 -
CMYK 0.55 0.25 0 0.42
HSL 207.07º 0.38% 0.42% -
HSV(B) 207.07º 0.55% 0.58% -
XYZ 13.53 14.95 30.61 -
YUV 102.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 67 112 149 0.55 0.25 0 0.42 207.07 0.38 0.42
Hex 43 70 95 37 19 0 2A CF 26 2A
Octal 103 160 225 67 31 0 52 317 46 52
Binary 1000011 1110000 10010101 110111 11001 0 101010 11001111 100110 101010

Color Harmonies of #437095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437095

Black with #437095

Text Example


Text Example

White with #437095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437095; }

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

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

background-color css

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

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

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

border-color css

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

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

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