Html Css Color HEX #4C496E Corn Flower Blue

📋 copy color: '#4C496E'

red 76 ◦ green 73 ◦ blue 110

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

Shades of Corn Flower Blue #4C496E

Tints of Corn Flower Blue #4C496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 110 (43.36% from 255) = 42.47%

R = 29.34%
G = 28.19%
B = 42.47%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C496E (or 0x4C496E) is known color: Corn Flower Blue. HEX triplet: 4C, 49 and 6E. RGB value is (76,73,110). Sum of RGB (Red+Green+Blue) = 76+73+110=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C496E is #B3B691. Grayscale: #4D4D4D. Windows color (decimal): -11777682 or 7227724. OLE color: 7227724.

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

Color convert

RGB 76 73 110 -
CMYK 0.31 0.34 0 0.57
HSL 244.86º 0.2% 0.36% -
HSV(B) 244.86º 0.34% 0.43% -
XYZ 8.18 7.43 15.75 -
YUV 78.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 76 73 110 0.31 0.34 0 0.57 244.86 0.2 0.36
Hex 4C 49 6E 1F 22 0 39 F5 14 24
Octal 114 111 156 37 42 0 71 365 24 44
Binary 1001100 1001001 1101110 11111 100010 0 111001 11110101 10100 100100

Color Harmonies of #4C496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C496E

Black with #4C496E

Text Example


Text Example

White with #4C496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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