#4A81FB

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

Shades of Cornflower Blue #4A81FB

Tints of Cornflower Blue #4A81FB

Color information

#4A81FB (or 0x4A81FB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 81 and FB. RGB value is (74,129,251). Sum of RGB (Red+Green+Blue) = 74+129+251=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A81FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A81FB is #B57E04. Grayscale: #7D7D7D. Windows color (decimal): -11894277 or 16482634. OLE color: 16482634.

HSL color Cylindrical-coordinate representation of color #4A81FB: hue angle of 221.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A81FB is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74129251-
CMYK0.710.4900.02
HSL221.36º95.68%63.73%-
HSV(B)221.36º70.52%98.43%-
XYZ28.0924.1294.44-
YUV126.46198.2890.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.30%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=16.30%
G=28.41%
B=55.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741292510.710.4900.02221.3695.6863.73
Hex4A81FB473102dd6040
Octal1122013731076102335140100
Binary1001010100000011111101110001111100010101101110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,129,251); }

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

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

 a { background-color: rgb(74,129,251); }

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

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

 span { border-color: rgb(74,129,251); }

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