#46C4FF

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

Shades of Summer Sky #46C4FF

Tints of Summer Sky #46C4FF

Color information

#46C4FF (or 0x46C4FF) is unknown color: approx Summer Sky. HEX triplet: 46, C4 and FF. RGB value is (70,196,255). Sum of RGB (Red+Green+Blue) = 70+196+255=521 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.44% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #46C4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C4FF is #B93B00. Grayscale: #A4A4A4. Windows color (decimal): -12139265 or 16761926. OLE color: 16761926.

HSL color Cylindrical-coordinate representation of color #46C4FF: hue angle of 199.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46C4FF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB70196255-
CMYK0.730.2300
HSL199.14º100%63.73%-
HSV(B)199.14º72.55%100%-
XYZ40.3248101.75-
YUV165.05178.7660.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.44%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 255 (100% from 255) = 48.94%
R=13.44%
G=37.62%
B=48.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal701962550.730.2300199.1410063.73
Hex46C4FF491700c76440
Octal1063043771112700307144100
Binary10001101100010011111111100100110111001100011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,196,255); }

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

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

 a { background-color: rgb(70,196,255); }

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

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

 span { border-color: rgb(70,196,255); }

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