Html Css Color HEX #46B4FF Summer Sky

📋 copy color: '#46B4FF'

red 70 ◦ green 180 ◦ blue 255

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

Shades of Summer Sky #46B4FF

Tints of Summer Sky #46B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 13.86%
G = 35.64%
B = 50.5%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46B4FF (or 0x46B4FF) is known color: Summer Sky. HEX triplet: 46, B4 and FF. RGB value is (70,180,255). Sum of RGB (Red+Green+Blue) = 70+180+255=505 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.86% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #46B4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B4FF is #B94B00. Grayscale: #9B9B9B. Windows color (decimal): -12143361 or 16757830. OLE color: 16757830.

HSL color Cylindrical-coordinate representation of color #46B4FF: hue angle of 204.32º 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 #46B4FF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 180 255 -
CMYK 0.73 0.29 0 0
HSL 204.32º 1% 0.64% -
HSV(B) 204.32º 0.73% 1% -
XYZ 36.9 41.16 100.61 -
YUV 155.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 70 180 255 0.73 0.29 0 0 204.32 1 0.64
Hex 46 B4 FF 49 1D 0 0 CC 64 40
Octal 106 264 377 111 35 0 0 314 144 100
Binary 1000110 10110100 11111111 1001001 11101 0 0 11001100 1100100 1000000

Color Harmonies of #46B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B4FF

Black with #46B4FF

Text Example


Text Example

White with #46B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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