Html Css Color HEX #44638B Wedgewood

📋 copy color: '#44638B'

red 68 ◦ green 99 ◦ blue 139

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

Shades of Wedgewood #44638B

Tints of Wedgewood #44638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 22.22%
G = 32.35%
B = 45.42%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44638B (or 0x44638B) is known color: Wedgewood. HEX triplet: 44, 63 and 8B. RGB value is (68,99,139). Sum of RGB (Red+Green+Blue) = 68+99+139=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #44638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44638B is #BB9C74. Grayscale: #5E5E5E. Windows color (decimal): -12295285 or 9134916. OLE color: 9134916.

HSL color Cylindrical-coordinate representation of color #44638B: hue angle of 213.8º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44638B is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 99 139 -
CMYK 0.51 0.29 0 0.45
HSL 213.8º 0.34% 0.41% -
HSV(B) 213.8º 0.51% 0.55% -
XYZ 11.51 12.02 26.14 -
YUV 94.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 68 99 139 0.51 0.29 0 0.45 213.8 0.34 0.41
Hex 44 63 8B 33 1D 0 2D D6 22 29
Octal 104 143 213 63 35 0 55 326 42 51
Binary 1000100 1100011 10001011 110011 11101 0 101101 11010110 100010 101001

Color Harmonies of #44638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44638B

Black with #44638B

Text Example


Text Example

White with #44638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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