Html Css Color HEX #4C648C Wedgewood

📋 copy color: '#4C648C'

red 76 ◦ green 100 ◦ blue 140

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

Shades of Wedgewood #4C648C

Tints of Wedgewood #4C648C

RGB

 RED value IS 76 (30.08% from 255) = 24.05%

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 24.05%
G = 31.65%
B = 44.3%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C648C (or 0x4C648C) is known color: Wedgewood. HEX triplet: 4C, 64 and 8C. RGB value is (76,100,140). Sum of RGB (Red+Green+Blue) = 76+100+140=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C648C is #B39B73. Grayscale: #616161. Windows color (decimal): -11770740 or 9200716. OLE color: 9200716.

HSL color Cylindrical-coordinate representation of color #4C648C: hue angle of 217.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C648C is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 100 140 -
CMYK 0.46 0.29 0 0.45
HSL 217.5º 0.3% 0.42% -
HSV(B) 217.5º 0.46% 0.55% -
XYZ 12.27 12.54 26.59 -
YUV 97.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 76 100 140 0.46 0.29 0 0.45 217.5 0.3 0.42
Hex 4C 64 8C 2E 1D 0 2D DA 1E 2A
Octal 114 144 214 56 35 0 55 332 36 52
Binary 1001100 1100100 10001100 101110 11101 0 101101 11011010 11110 101010

Color Harmonies of #4C648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C648C

Black with #4C648C

Text Example


Text Example

White with #4C648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C648C; }

 p { color: rgb(76,100,140); }

 H1.HeaderClassName
 {
   color: #4C648C;
 }
 .AnyTagClassName
 {
   color: #4C648C;
 }
</style>

background-color css

<style>
 a { background-color: #4C648C; }

 a { background-color: rgb(76,100,140); }

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

border-color css

<style>
 span { border-color: #4C648C; }

 span { border-color: rgb(76,100,140); }

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