#4B94F8

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

Shades of Cornflower Blue #4B94F8

Tints of Cornflower Blue #4B94F8

Color information

#4B94F8 (or 0x4B94F8) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 94 and F8. RGB value is (75,148,248). Sum of RGB (Red+Green+Blue) = 75+148+248=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #4B94F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B94F8 is #B46B07. Grayscale: #898989. Windows color (decimal): -11823880 or 16290891. OLE color: 16290891.

HSL color Cylindrical-coordinate representation of color #4B94F8: hue angle of 214.68º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B94F8 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB75148248-
CMYK0.700.4000.03
HSL214.68º92.51%63.33%-
HSV(B)214.68º69.76%97.25%-
XYZ30.4329.4592.89-
YUV137.57190.3283.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.92%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 248 (97.27% from 255) = 52.65%
R=15.92%
G=31.42%
B=52.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal751482480.700.4000.03214.6892.5163.33
Hex4B94F8462803d75d3f
Octal113224370106500332713577
Binary100101110010100111110001000110101000011110101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B94F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,248); }

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

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

 a { background-color: rgb(75,148,248); }

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

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

 span { border-color: rgb(75,148,248); }

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