Html Css Color HEX #44638A Wedgewood

📋 copy color: '#44638A'

red 68 ◦ green 99 ◦ blue 138

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

Shades of Wedgewood #44638A

Tints of Wedgewood #44638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 22.3%
G = 32.46%
B = 45.25%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44638A (or 0x44638A) is known color: Wedgewood. HEX triplet: 44, 63 and 8A. RGB value is (68,99,138). Sum of RGB (Red+Green+Blue) = 68+99+138=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #44638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44638A is #BB9C75. Grayscale: #5D5D5D. Windows color (decimal): -12295286 or 9069380. OLE color: 9069380.

HSL color Cylindrical-coordinate representation of color #44638A: hue angle of 213.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44638A is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 99 138 -
CMYK 0.51 0.28 0 0.46
HSL 213.43º 0.34% 0.4% -
HSV(B) 213.43º 0.51% 0.54% -
XYZ 11.43 11.99 25.76 -
YUV 94.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 68 99 138 0.51 0.28 0 0.46 213.43 0.34 0.4
Hex 44 63 8A 33 1C 0 2E D5 22 28
Octal 104 143 212 63 34 0 56 325 42 50
Binary 1000100 1100011 10001010 110011 11100 0 101110 11010101 100010 101000

Color Harmonies of #44638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44638A

Black with #44638A

Text Example


Text Example

White with #44638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44638A; }

 p { color: rgb(68,99,138); }

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

background-color css

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

 a { background-color: rgb(68,99,138); }

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

border-color css

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

 span { border-color: rgb(68,99,138); }

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