#4B93F0

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

Shades of Cornflower Blue #4B93F0

Tints of Cornflower Blue #4B93F0

Color information

#4B93F0 (or 0x4B93F0) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 93 and F0. RGB value is (75,147,240). Sum of RGB (Red+Green+Blue) = 75+147+240=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #4B93F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B93F0 is #B46C0F. Grayscale: #878787. Windows color (decimal): -11824144 or 15766347. OLE color: 15766347.

HSL color Cylindrical-coordinate representation of color #4B93F0: hue angle of 213.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B93F0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75147240-
CMYK0.690.3900.06
HSL213.82º84.62%61.76%-
HSV(B)213.82º68.75%94.12%-
XYZ29.0628.6586.44-
YUV136.07186.6584.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.23%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 240 (94.14% from 255) = 51.95%
R=16.23%
G=31.82%
B=51.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal751472400.690.3900.06213.8284.6261.76
Hex4B93F0452706d6553e
Octal113223360105470632612576
Binary1001011100100111111000010001011001110110110101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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