Html Css Color HEX #4C7395 Wedgewood

📋 copy color: '#4C7395'

red 76 ◦ green 115 ◦ blue 149

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

Shades of Wedgewood #4C7395

Tints of Wedgewood #4C7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 22.35%
G = 33.82%
B = 43.82%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C7395 (or 0x4C7395) is known color: Wedgewood. HEX triplet: 4C, 73 and 95. RGB value is (76,115,149). Sum of RGB (Red+Green+Blue) = 76+115+149=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C7395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7395 is #B38C6A. Grayscale: #6B6B6B. Windows color (decimal): -11766891 or 9794380. OLE color: 9794380.

HSL color Cylindrical-coordinate representation of color #4C7395: hue angle of 207.95º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C7395 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 115 149 -
CMYK 0.49 0.23 0 0.42
HSL 207.95º 0.32% 0.44% -
HSV(B) 207.95º 0.49% 0.58% -
XYZ 14.54 15.97 30.75 -
YUV 107.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 76 115 149 0.49 0.23 0 0.42 207.95 0.32 0.44
Hex 4C 73 95 31 17 0 2A D0 20 2C
Octal 114 163 225 61 27 0 52 320 40 54
Binary 1001100 1110011 10010101 110001 10111 0 101010 11010000 100000 101100

Color Harmonies of #4C7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7395

Black with #4C7395

Text Example


Text Example

White with #4C7395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,149); }

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

background-color css

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

 a { background-color: rgb(76,115,149); }

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

border-color css

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

 span { border-color: rgb(76,115,149); }

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