Html Css Color HEX #44618D Wedgewood

📋 copy color: '#44618D'

red 68 ◦ green 97 ◦ blue 141

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

Shades of Wedgewood #44618D

Tints of Wedgewood #44618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 22.22%
G = 31.7%
B = 46.08%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44618D (or 0x44618D) is known color: Wedgewood. HEX triplet: 44, 61 and 8D. RGB value is (68,97,141). Sum of RGB (Red+Green+Blue) = 68+97+141=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #44618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44618D is #BB9E72. Grayscale: #5D5D5D. Windows color (decimal): -12295795 or 9265476. OLE color: 9265476.

HSL color Cylindrical-coordinate representation of color #44618D: hue angle of 216.16º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44618D is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 97 141 -
CMYK 0.52 0.31 0 0.45
HSL 216.16º 0.35% 0.41% -
HSV(B) 216.16º 0.52% 0.55% -
XYZ 11.47 11.7 26.85 -
YUV 93.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 68 97 141 0.52 0.31 0 0.45 216.16 0.35 0.41
Hex 44 61 8D 34 1F 0 2D D8 23 29
Octal 104 141 215 64 37 0 55 330 43 51
Binary 1000100 1100001 10001101 110100 11111 0 101101 11011000 100011 101001

Color Harmonies of #44618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44618D

Black with #44618D

Text Example


Text Example

White with #44618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44618D; }

 p { color: rgb(68,97,141); }

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

background-color css

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

 a { background-color: rgb(68,97,141); }

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

border-color css

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

 span { border-color: rgb(68,97,141); }

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