Html Css Color HEX #4C658D Wedgewood

📋 copy color: '#4C658D'

red 76 ◦ green 101 ◦ blue 141

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

Shades of Wedgewood #4C658D

Tints of Wedgewood #4C658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 23.9%
G = 31.76%
B = 44.34%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C658D (or 0x4C658D) is known color: Wedgewood. HEX triplet: 4C, 65 and 8D. RGB value is (76,101,141). Sum of RGB (Red+Green+Blue) = 76+101+141=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C658D is #B39A72. Grayscale: #616161. Windows color (decimal): -11770483 or 9266508. OLE color: 9266508.

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

Color convert

RGB 76 101 141 -
CMYK 0.46 0.28 0 0.45
HSL 216.92º 0.3% 0.43% -
HSV(B) 216.92º 0.46% 0.55% -
XYZ 12.44 12.77 27.01 -
YUV 98.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 76 101 141 0.46 0.28 0 0.45 216.92 0.3 0.43
Hex 4C 65 8D 2E 1C 0 2D D9 1E 2B
Octal 114 145 215 56 34 0 55 331 36 53
Binary 1001100 1100101 10001101 101110 11100 0 101101 11011001 11110 101011

Color Harmonies of #4C658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C658D

Black with #4C658D

Text Example


Text Example

White with #4C658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,141); }

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

background-color css

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

 a { background-color: rgb(76,101,141); }

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

border-color css

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

 span { border-color: rgb(76,101,141); }

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