#46C4DE

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

Shades of Summer Sky #46C4DE

Tints of Summer Sky #46C4DE

Color information

#46C4DE (or 0x46C4DE) is unknown color: approx Summer Sky. HEX triplet: 46, C4 and DE. RGB value is (70,196,222). Sum of RGB (Red+Green+Blue) = 70+196+222=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #46C4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C4DE is #B93B21. Grayscale: #A1A1A1. Windows color (decimal): -12139298 or 14599238. OLE color: 14599238.

HSL color Cylindrical-coordinate representation of color #46C4DE: hue angle of 190.26º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46C4DE is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70196222-
CMYK0.680.1200.13
HSL190.26º69.72%57.25%-
HSV(B)190.26º68.47%87.06%-
XYZ35.4546.0676.13-
YUV161.29162.2662.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.34%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=14.34%
G=40.16%
B=45.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701962220.680.1200.13190.2669.7257.25
Hex46C4DE44C0Dbe4639
Octal1063043361041401527610671
Binary100011011000100110111101000100110001101101111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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