Html Css Color HEX #447195 Wedgewood

📋 copy color: '#447195'

red 68 ◦ green 113 ◦ blue 149

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

Shades of Wedgewood #447195

Tints of Wedgewood #447195

RGB

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

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

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

R = 20.61%
G = 34.24%
B = 45.15%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447195 (or 0x447195) is known color: Wedgewood. HEX triplet: 44, 71 and 95. RGB value is (68,113,149). Sum of RGB (Red+Green+Blue) = 68+113+149=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #447195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447195 is #BB8E6A. Grayscale: #676767. Windows color (decimal): -12291691 or 9793860. OLE color: 9793860.

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

Color convert

RGB 68 113 149 -
CMYK 0.54 0.24 0 0.42
HSL 206.67º 0.37% 0.43% -
HSV(B) 206.67º 0.54% 0.58% -
XYZ 13.71 15.21 30.65 -
YUV 103.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 68 113 149 0.54 0.24 0 0.42 206.67 0.37 0.43
Hex 44 71 95 36 18 0 2A CF 25 2B
Octal 104 161 225 66 30 0 52 317 45 53
Binary 1000100 1110001 10010101 110110 11000 0 101010 11001111 100101 101011

Color Harmonies of #447195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447195

Black with #447195

Text Example


Text Example

White with #447195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447195; }

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

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

background-color css

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

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

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

border-color css

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

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

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