Html Css Color HEX #44648D Wedgewood

📋 copy color: '#44648D'

red 68 ◦ green 100 ◦ blue 141

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

Shades of Wedgewood #44648D

Tints of Wedgewood #44648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 22.01%
G = 32.36%
B = 45.63%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44648D (or 0x44648D) is known color: Wedgewood. HEX triplet: 44, 64 and 8D. RGB value is (68,100,141). Sum of RGB (Red+Green+Blue) = 68+100+141=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #44648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44648D is #BB9B72. Grayscale: #5E5E5E. Windows color (decimal): -12295027 or 9266244. OLE color: 9266244.

HSL color Cylindrical-coordinate representation of color #44648D: hue angle of 213.7º 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 #44648D is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 100 141 -
CMYK 0.52 0.29 0 0.45
HSL 213.7º 0.35% 0.41% -
HSV(B) 213.7º 0.52% 0.55% -
XYZ 11.75 12.27 26.95 -
YUV 95.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 68 100 141 0.52 0.29 0 0.45 213.7 0.35 0.41
Hex 44 64 8D 34 1D 0 2D D6 23 29
Octal 104 144 215 64 35 0 55 326 43 51
Binary 1000100 1100100 10001101 110100 11101 0 101101 11010110 100011 101001

Color Harmonies of #44648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44648D

Black with #44648D

Text Example


Text Example

White with #44648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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