#4B93F3

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

Shades of Cornflower Blue #4B93F3

Tints of Cornflower Blue #4B93F3

Color information

#4B93F3 (or 0x4B93F3) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 93 and F3. RGB value is (75,147,243). Sum of RGB (Red+Green+Blue) = 75+147+243=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #4B93F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B93F3 is #B46C0C. Grayscale: #878787. Windows color (decimal): -11824141 or 15962955. OLE color: 15962955.

HSL color Cylindrical-coordinate representation of color #4B93F3: hue angle of 214.29º 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 #4B93F3 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75147243-
CMYK0.690.4000.05
HSL214.29º87.5%62.35%-
HSV(B)214.29º69.14%95.29%-
XYZ29.5128.8388.8-
YUV136.42188.1584.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 243 (95.31% from 255) = 52.26%
R=16.13%
G=31.61%
B=52.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal751472430.690.4000.05214.2987.562.35
Hex4B93F3452805d6583e
Octal113223363105500532613076
Binary1001011100100111111001110001011010000101110101101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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