#4BAEDA

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

Shades of Summer Sky #4BAEDA

Tints of Summer Sky #4BAEDA

Color information

#4BAEDA (or 0x4BAEDA) is unknown color: approx Summer Sky. HEX triplet: 4B, AE and DA. RGB value is (75,174,218). Sum of RGB (Red+Green+Blue) = 75+174+218=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEDA is #B45125. Grayscale: #959595. Windows color (decimal): -11817254 or 14331467. OLE color: 14331467.

HSL color Cylindrical-coordinate representation of color #4BAEDA: hue angle of 198.46º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAEDA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75174218-
CMYK0.660.2000.15
HSL198.46º65.9%57.45%-
HSV(B)198.46º65.6%85.49%-
XYZ30.6936.8371.82-
YUV149.42166.774.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=16.06%
G=37.26%
B=46.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751742180.660.2000.15198.4665.957.45
Hex4BAEDA42140Fc64239
Octal1132563321022401730610271
Binary1001011101011101101101010000101010001111110001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,174,218); }

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

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

 a { background-color: rgb(75,174,218); }

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

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

 span { border-color: rgb(75,174,218); }

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