Html Css Color HEX #447092 Wedgewood

📋 copy color: '#447092'

red 68 ◦ green 112 ◦ blue 146

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

Shades of Wedgewood #447092

Tints of Wedgewood #447092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 20.86%
G = 34.36%
B = 44.79%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447092 (or 0x447092) is known color: Wedgewood. HEX triplet: 44, 70 and 92. RGB value is (68,112,146). Sum of RGB (Red+Green+Blue) = 68+112+146=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #447092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447092 is #BB8F6D. Grayscale: #666666. Windows color (decimal): -12291950 or 9596996. OLE color: 9596996.

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

Color convert

RGB 68 112 146 -
CMYK 0.53 0.23 0 0.43
HSL 206.15º 0.36% 0.42% -
HSV(B) 206.15º 0.53% 0.57% -
XYZ 13.37 14.89 29.36 -
YUV 102.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 68 112 146 0.53 0.23 0 0.43 206.15 0.36 0.42
Hex 44 70 92 35 17 0 2B CE 24 2A
Octal 104 160 222 65 27 0 53 316 44 52
Binary 1000100 1110000 10010010 110101 10111 0 101011 11001110 100100 101010

Color Harmonies of #447092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447092

Black with #447092

Text Example


Text Example

White with #447092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447092; }

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

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

background-color css

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

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

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

border-color css

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

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

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