#4B8CF5

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

Shades of Cornflower Blue #4B8CF5

Tints of Cornflower Blue #4B8CF5

Color information

#4B8CF5 (or 0x4B8CF5) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8C and F5. RGB value is (75,140,245). Sum of RGB (Red+Green+Blue) = 75+140+245=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #4B8CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8CF5 is #B4730A. Grayscale: #848484. Windows color (decimal): -11825931 or 16092235. OLE color: 16092235.

HSL color Cylindrical-coordinate representation of color #4B8CF5: hue angle of 217.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B8CF5 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB75140245-
CMYK0.690.4300.04
HSL217.06º89.47%62.75%-
HSV(B)217.06º69.39%96.08%-
XYZ28.7626.8490.05-
YUV132.54191.4786.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.30%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 245 (96.09% from 255) = 53.26%
R=16.30%
G=30.43%
B=53.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal751402450.690.4300.04217.0689.4762.75
Hex4B8CF5452B04d9593f
Octal113214365105530433113177
Binary1001011100011001111010110001011010110100110110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,245); }

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

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

 a { background-color: rgb(75,140,245); }

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

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

 span { border-color: rgb(75,140,245); }

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