#4895EB

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

Shades of Cornflower Blue #4895EB

Tints of Cornflower Blue #4895EB

Color information

#4895EB (or 0x4895EB) is unknown color: approx Cornflower Blue. HEX triplet: 48, 95 and EB. RGB value is (72,149,235). Sum of RGB (Red+Green+Blue) = 72+149+235=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #4895EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4895EB is #B76A14. Grayscale: #878787. Windows color (decimal): -12020245 or 15439176. OLE color: 15439176.

HSL color Cylindrical-coordinate representation of color #4895EB: hue angle of 211.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4895EB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB72149235-
CMYK0.690.3700.08
HSL211.66º80.3%60.2%-
HSV(B)211.66º69.36%92.16%-
XYZ28.4228.8782.67-
YUV135.78183.9982.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=15.79%
G=32.68%
B=51.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal721492350.690.3700.08211.6680.360.2
Hex4895EB452508d4503c
Octal1102253531054501032412074
Binary10010001001010111101011100010110010101000110101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4895EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4895EB; }

 p { color: rgb(72,149,235); }

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

<style>
 a { background-color: #4895EB; }

 a { background-color: rgb(72,149,235); }

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

<style>
 span { border-color: #4895EB; }

 span { border-color: rgb(72,149,235); }

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