Html Css Color HEX #4C486D Corn Flower Blue

📋 copy color: '#4C486D'

red 76 ◦ green 72 ◦ blue 109

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

Shades of Corn Flower Blue #4C486D

Tints of Corn Flower Blue #4C486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 29.57%
G = 28.02%
B = 42.41%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C486D (or 0x4C486D) is known color: Corn Flower Blue. HEX triplet: 4C, 48 and 6D. RGB value is (76,72,109). Sum of RGB (Red+Green+Blue) = 76+72+109=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C486D is #B3B792. Grayscale: #4D4D4D. Windows color (decimal): -11777939 or 7161932. OLE color: 7161932.

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

Color convert

RGB 76 72 109 -
CMYK 0.30 0.34 0 0.57
HSL 246.49º 0.2% 0.35% -
HSV(B) 246.49º 0.34% 0.43% -
XYZ 8.06 7.28 15.45 -
YUV 77.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 76 72 109 0.30 0.34 0 0.57 246.49 0.2 0.35
Hex 4C 48 6D 1E 22 0 39 F6 14 23
Octal 114 110 155 36 42 0 71 366 24 43
Binary 1001100 1001000 1101101 11110 100010 0 111001 11110110 10100 100011

Color Harmonies of #4C486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C486D

Black with #4C486D

Text Example


Text Example

White with #4C486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,109); }

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

background-color css

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

 a { background-color: rgb(76,72,109); }

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

border-color css

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

 span { border-color: rgb(76,72,109); }

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