Html Css Color HEX #4AADDC Summer Sky

📋 copy color: '#4AADDC'

red 74 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #4AADDC

Tints of Summer Sky #4AADDC

RGB

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

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

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

R = 15.85%
G = 37.04%
B = 47.11%

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

#4AADDC (or 0x4AADDC) is known color: Summer Sky. HEX triplet: 4A, AD and DC. RGB value is (74,173,220). Sum of RGB (Red+Green+Blue) = 74+173+220=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADDC is #B55223. Grayscale: #949494. Windows color (decimal): -11883044 or 14462282. OLE color: 14462282.

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

Color convert

RGB 74 173 220 -
CMYK 0.66 0.21 0 0.14
HSL 199.32º 0.68% 0.58% -
HSV(B) 199.32º 0.66% 0.86% -
XYZ 30.69 36.51 73.14 -
YUV 148.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 74 173 220 0.66 0.21 0 0.14 199.32 0.68 0.58
Hex 4A AD DC 42 15 0 E C7 44 3A
Octal 112 255 334 102 25 0 16 307 104 72
Binary 1001010 10101101 11011100 1000010 10101 0 1110 11000111 1000100 111010

Color Harmonies of #4AADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADDC

Black with #4AADDC

Text Example


Text Example

White with #4AADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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