#46ACF3

Color #46ACF3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #46ACF3

Tints of Summer Sky #46ACF3

Color information

#46ACF3 (or 0x46ACF3) is unknown color: approx Summer Sky. HEX triplet: 46, AC and F3. RGB value is (70,172,243). Sum of RGB (Red+Green+Blue) = 70+172+243=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #46ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ACF3 is #B9530C. Grayscale: #959595. Windows color (decimal): -12145421 or 15969350. OLE color: 15969350.

HSL color Cylindrical-coordinate representation of color #46ACF3: hue angle of 204.62º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46ACF3 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70172243-
CMYK0.710.2900.05
HSL204.62º87.82%61.37%-
HSV(B)204.62º71.19%95.29%-
XYZ33.4637.2890.23-
YUV149.6180.7171.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.43%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 243 (95.31% from 255) = 50.10%
R=14.43%
G=35.46%
B=50.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal701722430.710.2900.05204.6287.8261.37
Hex46ACF3471D05cd583d
Octal106254363107350531513075
Binary100011010101100111100111000111111010101110011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46ACF3; }

 p { color: rgb(70,172,243); }

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

<style>
 a { background-color: #46ACF3; }

 a { background-color: rgb(70,172,243); }

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

<style>
 span { border-color: #46ACF3; }

 span { border-color: rgb(70,172,243); }

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