Html Css Color HEX #4AABDA Summer Sky

📋 copy color: '#4AABDA'

red 74 ◦ green 171 ◦ blue 218

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

Shades of Summer Sky #4AABDA

Tints of Summer Sky #4AABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 15.98%
G = 36.93%
B = 47.08%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4AABDA (or 0x4AABDA) is known color: Summer Sky. HEX triplet: 4A, AB and DA. RGB value is (74,171,218). Sum of RGB (Red+Green+Blue) = 74+171+218=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABDA is #B55425. Grayscale: #939393. Windows color (decimal): -11883558 or 14330698. OLE color: 14330698.

HSL color Cylindrical-coordinate representation of color #4AABDA: hue angle of 199.58º 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 #4AABDA is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 171 218 -
CMYK 0.66 0.22 0 0.15
HSL 199.58º 0.66% 0.57% -
HSV(B) 199.58º 0.66% 0.85% -
XYZ 30.04 35.64 71.63 -
YUV 147.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 74 171 218 0.66 0.22 0 0.15 199.58 0.66 0.57
Hex 4A AB DA 42 16 0 F C8 42 39
Octal 112 253 332 102 26 0 17 310 102 71
Binary 1001010 10101011 11011010 1000010 10110 0 1111 11001000 1000010 111001

Color Harmonies of #4AABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABDA

Black with #4AABDA

Text Example


Text Example

White with #4AABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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