#4b97fe

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

Shades of Cornflower Blue #4B97FE

Tints of Cornflower Blue #4B97FE

Color information

#4B97FE (or 0x4B97FE) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 97 and FE. RGB value is (75,151,254). Sum of RGB (Red+Green+Blue) = 75+151+254=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B97FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B97FE is #B46801. Grayscale: #8B8B8B. Windows color (decimal): -11823106 or 16684875. OLE color: 16684875.

HSL color Cylindrical-coordinate representation of color #4B97FE: hue angle of 214.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B97FE is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB75151254-
CMYK0.700.4100.00
HSL214.53º98.9%64.51%-
HSV(B)214.53º70.47%99.61%-
XYZ31.8630.7898.03-
YUV140.02192.3281.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.62%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 254 (99.61% from 255) = 52.92%
R=15.62%
G=31.46%
B=52.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal751512540.700.4100.00214.5398.964.51
Hex4B97FE462900d76341
Octal1132273761065100327143101
Binary100101110010111111111101000110101001001101011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b97fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,254); }

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

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

 a { background-color: rgb(75,151,254); }

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

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

 span { border-color: rgb(75,151,254); }

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