#4B95FC

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

Shades of Cornflower Blue #4B95FC

Tints of Cornflower Blue #4B95FC

Color information

#4B95FC (or 0x4B95FC) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 95 and FC. RGB value is (75,149,252). Sum of RGB (Red+Green+Blue) = 75+149+252=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B95FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B95FC is #B46A03. Grayscale: #8A8A8A. Windows color (decimal): -11823620 or 16553291. OLE color: 16553291.

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

Color convert

RGB75149252-
CMYK0.700.4100.01
HSL214.92º96.72%64.12%-
HSV(B)214.92º70.24%98.82%-
XYZ31.2230.0296.24-
YUV138.62191.9882.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.76%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 252 (98.83% from 255) = 52.94%
R=15.76%
G=31.30%
B=52.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751492520.700.4100.01214.9296.7264.12
Hex4B95FC462901d76140
Octal1132253741065101327141100
Binary100101110010101111111001000110101001011101011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,252); }

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

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

 a { background-color: rgb(75,149,252); }

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

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

 span { border-color: rgb(75,149,252); }

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