#7483F6

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

Shades of Cornflower Blue #7483F6

Tints of Cornflower Blue #7483F6

Color information

#7483F6 (or 0x7483F6) is unknown color: approx Cornflower Blue. HEX triplet: 74, 83 and F6. RGB value is (116,131,246). Sum of RGB (Red+Green+Blue) = 116+131+246=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #7483F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7483F6 is #8B7C09. Grayscale: #8B8B8B. Windows color (decimal): -9141258 or 16155508. OLE color: 16155508.

HSL color Cylindrical-coordinate representation of color #7483F6: hue angle of 233.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7483F6 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116131246-
CMYK0.530.4700.04
HSL233.08º87.84%70.98%-
HSV(B)233.08º52.85%96.47%-
XYZ31.9526.690.64-
YUV139.62188.03111.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 246 (96.48% from 255) = 49.90%
R=23.53%
G=26.57%
B=49.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1161312460.530.4700.04233.0887.8470.98
Hex7483F6352F04e95847
Octal164203366655704351130107
Binary1110100100000111111011011010110111101001110100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7483F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7483F6; }

 p { color: rgb(116,131,246); }

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

<style>
 a { background-color: #7483F6; }

 a { background-color: rgb(116,131,246); }

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

<style>
 span { border-color: #7483F6; }

 span { border-color: rgb(116,131,246); }

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