Html Css Color HEX #447095 Wedgewood

📋 copy color: '#447095'

red 68 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #447095

Tints of Wedgewood #447095

RGB

 RED value IS 68 (26.95% from 255) = 20.67%

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

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

R = 20.67%
G = 34.04%
B = 45.29%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447095 (or 0x447095) is known color: Wedgewood. HEX triplet: 44, 70 and 95. RGB value is (68,112,149). Sum of RGB (Red+Green+Blue) = 68+112+149=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #447095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447095 is #BB8F6A. Grayscale: #666666. Windows color (decimal): -12291947 or 9793604. OLE color: 9793604.

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

Color convert

RGB 68 112 149 -
CMYK 0.54 0.25 0 0.42
HSL 207.41º 0.37% 0.43% -
HSV(B) 207.41º 0.54% 0.58% -
XYZ 13.6 14.99 30.61 -
YUV 103.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 68 112 149 0.54 0.25 0 0.42 207.41 0.37 0.43
Hex 44 70 95 36 19 0 2A CF 25 2B
Octal 104 160 225 66 31 0 52 317 45 53
Binary 1000100 1110000 10010101 110110 11001 0 101010 11001111 100101 101011

Color Harmonies of #447095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447095

Black with #447095

Text Example


Text Example

White with #447095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447095; }

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

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

background-color css

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

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

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

border-color css

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

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

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