Html Css Color HEX #4C688B Wedgewood

📋 copy color: '#4C688B'

red 76 ◦ green 104 ◦ blue 139

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

Shades of Wedgewood #4C688B

Tints of Wedgewood #4C688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 23.82%
G = 32.6%
B = 43.57%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C688B (or 0x4C688B) is known color: Wedgewood. HEX triplet: 4C, 68 and 8B. RGB value is (76,104,139). Sum of RGB (Red+Green+Blue) = 76+104+139=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C688B is #B39774. Grayscale: #636363. Windows color (decimal): -11769717 or 9136204. OLE color: 9136204.

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

Color convert

RGB 76 104 139 -
CMYK 0.45 0.25 0 0.45
HSL 213.33º 0.29% 0.42% -
HSV(B) 213.33º 0.45% 0.55% -
XYZ 12.59 13.3 26.33 -
YUV 99.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 76 104 139 0.45 0.25 0 0.45 213.33 0.29 0.42
Hex 4C 68 8B 2D 19 0 2D D5 1D 2A
Octal 114 150 213 55 31 0 55 325 35 52
Binary 1001100 1101000 10001011 101101 11001 0 101101 11010101 11101 101010

Color Harmonies of #4C688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C688B

Black with #4C688B

Text Example


Text Example

White with #4C688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,139); }

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

background-color css

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

 a { background-color: rgb(76,104,139); }

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

border-color css

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

 span { border-color: rgb(76,104,139); }

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