Html Css Color HEX #447196 Wedgewood

📋 copy color: '#447196'

red 68 ◦ green 113 ◦ blue 150

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

Shades of Wedgewood #447196

Tints of Wedgewood #447196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 20.54%
G = 34.14%
B = 45.32%

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

#447196 (or 0x447196) is known color: Wedgewood. HEX triplet: 44, 71 and 96. RGB value is (68,113,150). Sum of RGB (Red+Green+Blue) = 68+113+150=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #447196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447196 is #BB8E69. Grayscale: #676767. Windows color (decimal): -12291690 or 9859396. OLE color: 9859396.

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

Color convert

RGB 68 113 150 -
CMYK 0.55 0.25 0 0.41
HSL 207.07º 0.38% 0.43% -
HSV(B) 207.07º 0.55% 0.59% -
XYZ 13.79 15.24 31.07 -
YUV 103.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 68 113 150 0.55 0.25 0 0.41 207.07 0.38 0.43
Hex 44 71 96 37 19 0 29 CF 26 2B
Octal 104 161 226 67 31 0 51 317 46 53
Binary 1000100 1110001 10010110 110111 11001 0 101001 11001111 100110 101011

Color Harmonies of #447196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447196

Black with #447196

Text Example


Text Example

White with #447196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447196; }

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

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

background-color css

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

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

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

border-color css

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

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

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