#4A98ED

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

Shades of Cornflower Blue #4A98ED

Tints of Cornflower Blue #4A98ED

Color information

#4A98ED (or 0x4A98ED) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 98 and ED. RGB value is (74,152,237). Sum of RGB (Red+Green+Blue) = 74+152+237=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A98ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A98ED is #B56712. Grayscale: #898989. Windows color (decimal): -11888403 or 15571018. OLE color: 15571018.

HSL color Cylindrical-coordinate representation of color #4A98ED: hue angle of 211.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A98ED is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74152237-
CMYK0.690.3600.07
HSL211.29º81.91%60.98%-
HSV(B)211.29º68.78%92.94%-
XYZ29.3430.0384.37-
YUV138.37183.6682.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=15.98%
G=32.83%
B=51.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741522370.690.3600.07211.2981.9160.98
Hex4A98ED452407d3523d
Octal112230355105440732312275
Binary1001010100110001110110110001011001000111110100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,237); }

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

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

 a { background-color: rgb(74,152,237); }

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

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

 span { border-color: rgb(74,152,237); }

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