#4585F7

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

Shades of Cornflower Blue #4585F7

Tints of Cornflower Blue #4585F7

Color information

#4585F7 (or 0x4585F7) is unknown color: approx Cornflower Blue. HEX triplet: 45, 85 and F7. RGB value is (69,133,247). Sum of RGB (Red+Green+Blue) = 69+133+247=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #4585F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4585F7 is #BA7A08. Grayscale: #7E7E7E. Windows color (decimal): -12220937 or 16221509. OLE color: 16221509.

HSL color Cylindrical-coordinate representation of color #4585F7: hue angle of 218.43º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4585F7 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB69133247-
CMYK0.720.4600.03
HSL218.43º91.75%61.96%-
HSV(B)218.43º72.06%96.86%-
XYZ27.6324.7691.32-
YUV126.86195.886.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.37%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 247 (96.88% from 255) = 55.01%
R=15.37%
G=29.62%
B=55.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal691332470.720.4600.03218.4391.7561.96
Hex4585F7482E03da5c3e
Octal105205367110560333213476
Binary100010110000101111101111001000101110011110110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4585F7; }

 p { color: rgb(69,133,247); }

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

<style>
 a { background-color: #4585F7; }

 a { background-color: rgb(69,133,247); }

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

<style>
 span { border-color: #4585F7; }

 span { border-color: rgb(69,133,247); }

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