Html Css Color HEX #44678A Wedgewood

📋 copy color: '#44678A'

red 68 ◦ green 103 ◦ blue 138

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

Shades of Wedgewood #44678A

Tints of Wedgewood #44678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 22.01%
G = 33.33%
B = 44.66%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44678A (or 0x44678A) is known color: Wedgewood. HEX triplet: 44, 67 and 8A. RGB value is (68,103,138). Sum of RGB (Red+Green+Blue) = 68+103+138=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #44678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44678A is #BB9875. Grayscale: #606060. Windows color (decimal): -12294262 or 9070404. OLE color: 9070404.

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

Color convert

RGB 68 103 138 -
CMYK 0.51 0.25 0 0.46
HSL 210º 0.34% 0.4% -
HSV(B) 210º 0.51% 0.54% -
XYZ 11.82 12.76 25.89 -
YUV 96.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 68 103 138 0.51 0.25 0 0.46 210 0.34 0.4
Hex 44 67 8A 33 19 0 2E D2 22 28
Octal 104 147 212 63 31 0 56 322 42 50
Binary 1000100 1100111 10001010 110011 11001 0 101110 11010010 100010 101000

Color Harmonies of #44678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44678A

Black with #44678A

Text Example


Text Example

White with #44678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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