Html Css Color HEX #447194 Wedgewood

📋 copy color: '#447194'

red 68 ◦ green 113 ◦ blue 148

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

Shades of Wedgewood #447194

Tints of Wedgewood #447194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 20.67%
G = 34.35%
B = 44.98%

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

#447194 (or 0x447194) is known color: Wedgewood. HEX triplet: 44, 71 and 94. RGB value is (68,113,148). Sum of RGB (Red+Green+Blue) = 68+113+148=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #447194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447194 is #BB8E6B. Grayscale: #676767. Windows color (decimal): -12291692 or 9728324. OLE color: 9728324.

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

Color convert

RGB 68 113 148 -
CMYK 0.54 0.24 0 0.42
HSL 206.25º 0.37% 0.42% -
HSV(B) 206.25º 0.54% 0.58% -
XYZ 13.63 15.18 30.23 -
YUV 103.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 68 113 148 0.54 0.24 0 0.42 206.25 0.37 0.42
Hex 44 71 94 36 18 0 2A CE 25 2A
Octal 104 161 224 66 30 0 52 316 45 52
Binary 1000100 1110001 10010100 110110 11000 0 101010 11001110 100101 101010

Color Harmonies of #447194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447194

Black with #447194

Text Example


Text Example

White with #447194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447194; }

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

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

background-color css

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

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

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

border-color css

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

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

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