Html Css Color HEX #44618A Wedgewood

📋 copy color: '#44618A'

red 68 ◦ green 97 ◦ blue 138

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

Shades of Wedgewood #44618A

Tints of Wedgewood #44618A

RGB

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

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

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

R = 22.44%
G = 32.01%
B = 45.54%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44618A (or 0x44618A) is known color: Wedgewood. HEX triplet: 44, 61 and 8A. RGB value is (68,97,138). Sum of RGB (Red+Green+Blue) = 68+97+138=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #44618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44618A is #BB9E75. Grayscale: #5C5C5C. Windows color (decimal): -12295798 or 9068868. OLE color: 9068868.

HSL color Cylindrical-coordinate representation of color #44618A: hue angle of 215.14º 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 #44618A is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 97 138 -
CMYK 0.51 0.30 0 0.46
HSL 215.14º 0.34% 0.4% -
HSV(B) 215.14º 0.51% 0.54% -
XYZ 11.25 11.61 25.69 -
YUV 93 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 68 97 138 0.51 0.30 0 0.46 215.14 0.34 0.4
Hex 44 61 8A 33 1E 0 2E D7 22 28
Octal 104 141 212 63 36 0 56 327 42 50
Binary 1000100 1100001 10001010 110011 11110 0 101110 11010111 100010 101000

Color Harmonies of #44618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44618A

Black with #44618A

Text Example


Text Example

White with #44618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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