Html Css Color HEX #4AAFDA Summer Sky

📋 copy color: '#4AAFDA'

red 74 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #4AAFDA

Tints of Summer Sky #4AAFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 15.85%
G = 37.47%
B = 46.68%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4AAFDA (or 0x4AAFDA) is known color: Summer Sky. HEX triplet: 4A, AF and DA. RGB value is (74,175,218). Sum of RGB (Red+Green+Blue) = 74+175+218=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 175 (68.75% from 255 or 37.47% 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 #4AAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFDA is #B55025. Grayscale: #959595. Windows color (decimal): -11882534 or 14331722. OLE color: 14331722.

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

Color convert

RGB 74 175 218 -
CMYK 0.66 0.20 0 0.15
HSL 197.92º 0.66% 0.57% -
HSV(B) 197.92º 0.66% 0.85% -
XYZ 30.81 37.18 71.88 -
YUV 149.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 74 175 218 0.66 0.20 0 0.15 197.92 0.66 0.57
Hex 4A AF DA 42 14 0 F C6 42 39
Octal 112 257 332 102 24 0 17 306 102 71
Binary 1001010 10101111 11011010 1000010 10100 0 1111 11000110 1000010 111001

Color Harmonies of #4AAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFDA

Black with #4AAFDA

Text Example


Text Example

White with #4AAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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