Html Css Color HEX #4AABDD Summer Sky

📋 copy color: '#4AABDD'

red 74 ◦ green 171 ◦ blue 221

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

Shades of Summer Sky #4AABDD

Tints of Summer Sky #4AABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 15.88%
G = 36.7%
B = 47.42%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AABDD (or 0x4AABDD) is known color: Summer Sky. HEX triplet: 4A, AB and DD. RGB value is (74,171,221). Sum of RGB (Red+Green+Blue) = 74+171+221=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABDD is #B55422. Grayscale: #939393. Windows color (decimal): -11883555 or 14527306. OLE color: 14527306.

HSL color Cylindrical-coordinate representation of color #4AABDD: hue angle of 200.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AABDD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 171 221 -
CMYK 0.67 0.23 0 0.13
HSL 200.41º 0.68% 0.58% -
HSV(B) 200.41º 0.67% 0.87% -
XYZ 30.44 35.8 73.71 -
YUV 147.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 74 171 221 0.67 0.23 0 0.13 200.41 0.68 0.58
Hex 4A AB DD 43 17 0 D C8 44 3A
Octal 112 253 335 103 27 0 15 310 104 72
Binary 1001010 10101011 11011101 1000011 10111 0 1101 11001000 1000100 111010

Color Harmonies of #4AABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABDD

Black with #4AABDD

Text Example


Text Example

White with #4AABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,171,221); }

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

background-color css

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

 a { background-color: rgb(74,171,221); }

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

border-color css

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

 span { border-color: rgb(74,171,221); }

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