Html Css Color HEX #4C486E Corn Flower Blue

📋 copy color: '#4C486E'

red 76 ◦ green 72 ◦ blue 110

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

Shades of Corn Flower Blue #4C486E

Tints of Corn Flower Blue #4C486E

RGB

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

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

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

R = 29.46%
G = 27.91%
B = 42.64%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C486E (or 0x4C486E) is known color: Corn Flower Blue. HEX triplet: 4C, 48 and 6E. RGB value is (76,72,110). Sum of RGB (Red+Green+Blue) = 76+72+110=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C486E is #B3B791. Grayscale: #4D4D4D. Windows color (decimal): -11777938 or 7227468. OLE color: 7227468.

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

Color convert

RGB 76 72 110 -
CMYK 0.31 0.35 0 0.57
HSL 246.32º 0.21% 0.36% -
HSV(B) 246.32º 0.35% 0.43% -
XYZ 8.11 7.3 15.73 -
YUV 77.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 76 72 110 0.31 0.35 0 0.57 246.32 0.21 0.36
Hex 4C 48 6E 1F 23 0 39 F6 15 24
Octal 114 110 156 37 43 0 71 366 25 44
Binary 1001100 1001000 1101110 11111 100011 0 111001 11110110 10101 100100

Color Harmonies of #4C486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C486E

Black with #4C486E

Text Example


Text Example

White with #4C486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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