Html Css Color HEX #4C6581 Wedgewood

📋 copy color: '#4C6581'

red 76 ◦ green 101 ◦ blue 129

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

Shades of Wedgewood #4C6581

Tints of Wedgewood #4C6581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 24.84%
G = 33.01%
B = 42.16%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C6581 (or 0x4C6581) is known color: Wedgewood. HEX triplet: 4C, 65 and 81. RGB value is (76,101,129). Sum of RGB (Red+Green+Blue) = 76+101+129=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6581 is #B39A7E. Grayscale: #606060. Windows color (decimal): -11770495 or 8480076. OLE color: 8480076.

HSL color Cylindrical-coordinate representation of color #4C6581: hue angle of 211.7º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6581 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 101 129 -
CMYK 0.41 0.22 0 0.49
HSL 211.7º 0.26% 0.4% -
HSV(B) 211.7º 0.41% 0.51% -
XYZ 11.6 12.43 22.56 -
YUV 96.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 76 101 129 0.41 0.22 0 0.49 211.7 0.26 0.4
Hex 4C 65 81 29 16 0 31 D4 1A 28
Octal 114 145 201 51 26 0 61 324 32 50
Binary 1001100 1100101 10000001 101001 10110 0 110001 11010100 11010 101000

Color Harmonies of #4C6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6581

Black with #4C6581

Text Example


Text Example

White with #4C6581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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