Html Css Color HEX #4C6E91 Wedgewood

📋 copy color: '#4C6E91'

red 76 ◦ green 110 ◦ blue 145

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

Shades of Wedgewood #4C6E91

Tints of Wedgewood #4C6E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 22.96%
G = 33.23%
B = 43.81%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C6E91 (or 0x4C6E91) is known color: Wedgewood. HEX triplet: 4C, 6E and 91. RGB value is (76,110,145). Sum of RGB (Red+Green+Blue) = 76+110+145=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C6E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6E91 is #B3916E. Grayscale: #676767. Windows color (decimal): -11768175 or 9530956. OLE color: 9530956.

HSL color Cylindrical-coordinate representation of color #4C6E91: hue angle of 210.43º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6E91 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 110 145 -
CMYK 0.48 0.24 0 0.43
HSL 210.43º 0.31% 0.43% -
HSV(B) 210.43º 0.48% 0.57% -
XYZ 13.67 14.73 28.91 -
YUV 103.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 76 110 145 0.48 0.24 0 0.43 210.43 0.31 0.43
Hex 4C 6E 91 30 18 0 2B D2 1F 2B
Octal 114 156 221 60 30 0 53 322 37 53
Binary 1001100 1101110 10010001 110000 11000 0 101011 11010010 11111 101011

Color Harmonies of #4C6E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6E91

Black with #4C6E91

Text Example


Text Example

White with #4C6E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,110,145); }

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

background-color css

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

 a { background-color: rgb(76,110,145); }

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

border-color css

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

 span { border-color: rgb(76,110,145); }

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