Html Css Color HEX #44668C Wedgewood

📋 copy color: '#44668C'

red 68 ◦ green 102 ◦ blue 140

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

Shades of Wedgewood #44668C

Tints of Wedgewood #44668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 21.94%
G = 32.9%
B = 45.16%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44668C (or 0x44668C) is known color: Wedgewood. HEX triplet: 44, 66 and 8C. RGB value is (68,102,140). Sum of RGB (Red+Green+Blue) = 68+102+140=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #44668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44668C is #BB9973. Grayscale: #5F5F5F. Windows color (decimal): -12294516 or 9201220. OLE color: 9201220.

HSL color Cylindrical-coordinate representation of color #44668C: hue angle of 211.67º degrees, saturation: 0.35, 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 #44668C is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 102 140 -
CMYK 0.51 0.27 0 0.45
HSL 211.67º 0.35% 0.41% -
HSV(B) 211.67º 0.51% 0.55% -
XYZ 11.87 12.63 26.62 -
YUV 96.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 68 102 140 0.51 0.27 0 0.45 211.67 0.35 0.41
Hex 44 66 8C 33 1B 0 2D D4 23 29
Octal 104 146 214 63 33 0 55 324 43 51
Binary 1000100 1100110 10001100 110011 11011 0 101101 11010100 100011 101001

Color Harmonies of #44668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44668C

Black with #44668C

Text Example


Text Example

White with #44668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44668C; }

 p { color: rgb(68,102,140); }

 H1.HeaderClassName
 {
   color: #44668C;
 }
 .AnyTagClassName
 {
   color: #44668C;
 }
</style>

background-color css

<style>
 a { background-color: #44668C; }

 a { background-color: rgb(68,102,140); }

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

border-color css

<style>
 span { border-color: #44668C; }

 span { border-color: rgb(68,102,140); }

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