#4B8AF3

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

Shades of Cornflower Blue #4B8AF3

Tints of Cornflower Blue #4B8AF3

Color information

#4B8AF3 (or 0x4B8AF3) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8A and F3. RGB value is (75,138,243). Sum of RGB (Red+Green+Blue) = 75+138+243=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #4B8AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8AF3 is #B4750C. Grayscale: #828282. Windows color (decimal): -11826445 or 15960651. OLE color: 15960651.

HSL color Cylindrical-coordinate representation of color #4B8AF3: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B8AF3 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75138243-
CMYK0.690.4300.05
HSL217.5º87.5%62.35%-
HSV(B)217.5º69.14%95.29%-
XYZ28.1726.1488.36-
YUV131.13191.1387.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 243 (95.31% from 255) = 53.29%
R=16.45%
G=30.26%
B=53.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal751382430.690.4300.05217.587.562.35
Hex4B8AF3452B05da583e
Octal113212363105530533213076
Binary1001011100010101111001110001011010110101110110101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,243); }

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

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

 a { background-color: rgb(75,138,243); }

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

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

 span { border-color: rgb(75,138,243); }

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