Html Css Color HEX #4AADDB Summer Sky

📋 copy color: '#4AADDB'

red 74 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #4AADDB

Tints of Summer Sky #4AADDB

RGB

 RED value IS 74 (29.3% from 255) = 15.88%

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 219 (85.94% from 255) = 47%

R = 15.88%
G = 37.12%
B = 47%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AADDB (or 0x4AADDB) is known color: Summer Sky. HEX triplet: 4A, AD and DB. RGB value is (74,173,219). Sum of RGB (Red+Green+Blue) = 74+173+219=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADDB is #B55224. Grayscale: #949494. Windows color (decimal): -11883045 or 14396746. OLE color: 14396746.

HSL color Cylindrical-coordinate representation of color #4AADDB: hue angle of 199.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AADDB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 173 219 -
CMYK 0.66 0.21 0 0.14
HSL 199.03º 0.67% 0.57% -
HSV(B) 199.03º 0.66% 0.86% -
XYZ 30.55 36.46 72.44 -
YUV 148.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 74 173 219 0.66 0.21 0 0.14 199.03 0.67 0.57
Hex 4A AD DB 42 15 0 E C7 43 39
Octal 112 255 333 102 25 0 16 307 103 71
Binary 1001010 10101101 11011011 1000010 10101 0 1110 11000111 1000011 111001

Color Harmonies of #4AADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADDB

Black with #4AADDB

Text Example


Text Example

White with #4AADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,173,219); }

 H1.HeaderClassName
 {
   color: #4AADDB;
 }
 .AnyTagClassName
 {
   color: #4AADDB;
 }
</style>

background-color css

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

 a { background-color: rgb(74,173,219); }

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

border-color css

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

 span { border-color: rgb(74,173,219); }

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