#4BADED

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

Shades of Summer Sky #4BADED

Tints of Summer Sky #4BADED

Color information

#4BADED (or 0x4BADED) is unknown color: approx Summer Sky. HEX triplet: 4B, AD and ED. RGB value is (75,173,237). Sum of RGB (Red+Green+Blue) = 75+173+237=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BADED is #B45212. Grayscale: #969696. Windows color (decimal): -11817491 or 15576395. OLE color: 15576395.

HSL color Cylindrical-coordinate representation of color #4BADED: hue angle of 203.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BADED is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75173237-
CMYK0.680.2700.07
HSL203.7º81.82%61.18%-
HSV(B)203.7º68.35%92.94%-
XYZ33.1337.585.61-
YUV150.99176.5373.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.46%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 48.87%
R=15.46%
G=35.67%
B=48.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751732370.680.2700.07203.781.8261.18
Hex4BADED441B07cc523d
Octal113255355104330731412275
Binary100101110101101111011011000100110110111110011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BADED; }

 p { color: rgb(75,173,237); }

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

<style>
 a { background-color: #4BADED; }

 a { background-color: rgb(75,173,237); }

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

<style>
 span { border-color: #4BADED; }

 span { border-color: rgb(75,173,237); }

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