#4B8BDF

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

Shades of Cornflower Blue #4B8BDF

Tints of Cornflower Blue #4B8BDF

Color information

#4B8BDF (or 0x4B8BDF) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8B and DF. RGB value is (75,139,223). Sum of RGB (Red+Green+Blue) = 75+139+223=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B8BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BDF is #B47420. Grayscale: #818181. Windows color (decimal): -11826209 or 14650187. OLE color: 14650187.

HSL color Cylindrical-coordinate representation of color #4B8BDF: hue angle of 214.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8BDF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75139223-
CMYK0.660.3800.13
HSL214.05º69.81%58.43%-
HSV(B)214.05º66.37%87.45%-
XYZ25.4525.2973.35-
YUV129.44180.889.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 223 (87.5% from 255) = 51.03%
R=17.16%
G=31.81%
B=51.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751392230.660.3800.13214.0569.8158.43
Hex4B8BDF42260Dd6463a
Octal1132133371024601532610672
Binary10010111000101111011111100001010011001101110101101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,223); }

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

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

 a { background-color: rgb(75,139,223); }

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

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

 span { border-color: rgb(75,139,223); }

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