Html Css Color HEX #447090 Wedgewood

📋 copy color: '#447090'

red 68 ◦ green 112 ◦ blue 144

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

Shades of Wedgewood #447090

Tints of Wedgewood #447090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 20.99%
G = 34.57%
B = 44.44%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447090 (or 0x447090) is known color: Wedgewood. HEX triplet: 44, 70 and 90. RGB value is (68,112,144). Sum of RGB (Red+Green+Blue) = 68+112+144=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #447090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447090 is #BB8F6F. Grayscale: #666666. Windows color (decimal): -12291952 or 9465924. OLE color: 9465924.

HSL color Cylindrical-coordinate representation of color #447090: hue angle of 205.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447090 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 112 144 -
CMYK 0.53 0.22 0 0.44
HSL 205.26º 0.36% 0.42% -
HSV(B) 205.26º 0.53% 0.56% -
XYZ 13.21 14.83 28.55 -
YUV 102.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 68 112 144 0.53 0.22 0 0.44 205.26 0.36 0.42
Hex 44 70 90 35 16 0 2C CD 24 2A
Octal 104 160 220 65 26 0 54 315 44 52
Binary 1000100 1110000 10010000 110101 10110 0 101100 11001101 100100 101010

Color Harmonies of #447090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447090

Black with #447090

Text Example


Text Example

White with #447090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447090; }

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

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

background-color css

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

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

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

border-color css

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

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

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