Html Css Color HEX #46A7DC Summer Sky

📋 copy color: '#46A7DC'

red 70 ◦ green 167 ◦ blue 220

#46A7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #46A7DC

Tints of Summer Sky #46A7DC

RGB

 RED value IS 70 (27.73% from 255) = 15.32%

 GREEN value IS 167 (65.63% from 255) = 36.54%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 15.32%
G = 36.54%
B = 48.14%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46A7DC (or 0x46A7DC) is known color: Summer Sky. HEX triplet: 46, A7 and DC. RGB value is (70,167,220). Sum of RGB (Red+Green+Blue) = 70+167+220=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #46A7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A7DC is #B95823. Grayscale: #8F8F8F. Windows color (decimal): -12146724 or 14460742. OLE color: 14460742.

HSL color Cylindrical-coordinate representation of color #46A7DC: hue angle of 201.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46A7DC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 167 220 -
CMYK 0.68 0.24 0 0.14
HSL 201.2º 0.68% 0.57% -
HSV(B) 201.2º 0.68% 0.86% -
XYZ 29.26 34.11 72.75 -
YUV 144.04 170.86 75.19 -
System Red Green Blue C M Y K H S L
Decimal 70 167 220 0.68 0.24 0 0.14 201.2 0.68 0.57
Hex 46 A7 DC 44 18 0 E C9 44 39
Octal 106 247 334 104 30 0 16 311 104 71
Binary 1000110 10100111 11011100 1000100 11000 0 1110 11001001 1000100 111001

Color Harmonies of #46A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A7DC

Black with #46A7DC

Text Example


Text Example

White with #46A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,167,220); }

 H1.HeaderClassName
 {
   color: #46A7DC;
 }
 .AnyTagClassName
 {
   color: #46A7DC;
 }
</style>

background-color css

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

 a { background-color: rgb(70,167,220); }

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

border-color css

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

 span { border-color: rgb(70,167,220); }

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