#4B95FD

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

Shades of Cornflower Blue #4B95FD

Tints of Cornflower Blue #4B95FD

Color information

#4B95FD (or 0x4B95FD) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 95 and FD. RGB value is (75,149,253). Sum of RGB (Red+Green+Blue) = 75+149+253=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B95FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B95FD is #B46A02. Grayscale: #8A8A8A. Windows color (decimal): -11823619 or 16618827. OLE color: 16618827.

HSL color Cylindrical-coordinate representation of color #4B95FD: hue angle of 215.06º degrees, saturation: 0.98, 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 #4B95FD is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75149253-
CMYK0.700.4100.01
HSL215.06º97.8%64.31%-
HSV(B)215.06º70.36%99.22%-
XYZ31.3830.0897.08-
YUV138.73192.4882.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.72%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=15.72%
G=31.24%
B=53.04%

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
Decimal751492530.700.4100.01215.0697.864.31
Hex4B95FD462901d76240
Octal1132253751065101327142100
Binary100101110010101111111011000110101001011101011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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