#4C8BE2

Color #4C8BE2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4C8BE2

Tints of Cornflower Blue #4C8BE2

Color information

#4C8BE2 (or 0x4C8BE2) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 8B and E2. RGB value is (76,139,226). Sum of RGB (Red+Green+Blue) = 76+139+226=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #4C8BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8BE2 is #B3741D. Grayscale: #818181. Windows color (decimal): -11760670 or 14846796. OLE color: 14846796.

HSL color Cylindrical-coordinate representation of color #4C8BE2: hue angle of 214.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C8BE2 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB76139226-
CMYK0.660.3800.11
HSL214.8º72.12%59.22%-
HSV(B)214.8º66.37%88.63%-
XYZ25.9425.4975.5-
YUV130.08182.1389.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.23%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 226 (88.67% from 255) = 51.25%
R=17.23%
G=31.52%
B=51.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal761392260.660.3800.11214.872.1259.22
Hex4C8BE242260Bd7483b
Octal1142133421024601332711073
Binary10011001000101111100010100001010011001011110101111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,139,226); }

 H1.HeaderClassName
 {
   color: #4C8BE2;
 }
 .AnyTagClassName
 {
   color: #4C8BE2;
 }
</style>
background-color css

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

 a { background-color: rgb(76,139,226); }

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

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

 span { border-color: rgb(76,139,226); }

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