Html Css Color HEX #447197 Wedgewood

📋 copy color: '#447197'

red 68 ◦ green 113 ◦ blue 151

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

Shades of Wedgewood #447197

Tints of Wedgewood #447197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 20.48%
G = 34.04%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#447197 (or 0x447197) is known color: Wedgewood. HEX triplet: 44, 71 and 97. RGB value is (68,113,151). Sum of RGB (Red+Green+Blue) = 68+113+151=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #447197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447197 is #BB8E68. Grayscale: #676767. Windows color (decimal): -12291689 or 9924932. OLE color: 9924932.

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

Color convert

RGB 68 113 151 -
CMYK 0.55 0.25 0 0.41
HSL 207.47º 0.38% 0.43% -
HSV(B) 207.47º 0.55% 0.59% -
XYZ 13.87 15.27 31.49 -
YUV 103.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 68 113 151 0.55 0.25 0 0.41 207.47 0.38 0.43
Hex 44 71 97 37 19 0 29 CF 26 2B
Octal 104 161 227 67 31 0 51 317 46 53
Binary 1000100 1110001 10010111 110111 11001 0 101001 11001111 100110 101011

Color Harmonies of #447197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447197

Black with #447197

Text Example


Text Example

White with #447197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447197; }

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

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

background-color css

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

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

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

border-color css

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

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

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