#749AE4

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

Shades of Cornflower Blue #749AE4

Tints of Cornflower Blue #749AE4

Color information

#749AE4 (or 0x749AE4) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9A and E4. RGB value is (116,154,228). Sum of RGB (Red+Green+Blue) = 116+154+228=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #749AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AE4 is #8B651B. Grayscale: #969696. Windows color (decimal): -9135388 or 14981748. OLE color: 14981748.

HSL color Cylindrical-coordinate representation of color #749AE4: hue angle of 219.64º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #749AE4 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116154228-
CMYK0.490.3200.11
HSL219.64º67.47%67.45%-
HSV(B)219.64º49.12%89.41%-
XYZ32.7632.4377.93-
YUV151.07171.41102.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.29%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=23.29%
G=30.92%
B=45.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161542280.490.3200.11219.6467.4767.45
Hex749AE431200Bdc4343
Octal1642323446140013334103103
Binary11101001001101011100100110001100000010111101110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749AE4; }

 p { color: rgb(116,154,228); }

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

<style>
 a { background-color: #749AE4; }

 a { background-color: rgb(116,154,228); }

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

<style>
 span { border-color: #749AE4; }

 span { border-color: rgb(116,154,228); }

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