Html Css Color HEX #4AAAF4 Summer Sky

📋 copy color: '#4AAAF4'

red 74 ◦ green 170 ◦ blue 244

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

Shades of Summer Sky #4AAAF4

Tints of Summer Sky #4AAAF4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 244 (95.7% from 255) = 50%

R = 15.16%
G = 34.84%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4AAAF4 (or 0x4AAAF4) is known color: Summer Sky. HEX triplet: 4A, AA and F4. RGB value is (74,170,244). Sum of RGB (Red+Green+Blue) = 74+170+244=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #4AAAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAF4 is #B5550B. Grayscale: #959595. Windows color (decimal): -11883788 or 16034378. OLE color: 16034378.

HSL color Cylindrical-coordinate representation of color #4AAAF4: hue angle of 206.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AAAF4 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 170 244 -
CMYK 0.70 0.30 0 0.04
HSL 206.12º 0.89% 0.62% -
HSV(B) 206.12º 0.7% 0.96% -
XYZ 33.53 36.74 90.91 -
YUV 149.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 74 170 244 0.70 0.30 0 0.04 206.12 0.89 0.62
Hex 4A AA F4 46 1E 0 4 CE 59 3E
Octal 112 252 364 106 36 0 4 316 131 76
Binary 1001010 10101010 11110100 1000110 11110 0 100 11001110 1011001 111110

Color Harmonies of #4AAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAF4

Black with #4AAAF4

Text Example


Text Example

White with #4AAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,244); }

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

background-color css

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

 a { background-color: rgb(74,170,244); }

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

border-color css

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

 span { border-color: rgb(74,170,244); }

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