Html Css Color HEX #4AAAFB Summer Sky

📋 copy color: '#4AAAFB'

red 74 ◦ green 170 ◦ blue 251

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

Shades of Summer Sky #4AAAFB

Tints of Summer Sky #4AAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 14.95%
G = 34.34%
B = 50.71%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AAAFB (or 0x4AAAFB) is known color: Summer Sky. HEX triplet: 4A, AA and FB. RGB value is (74,170,251). Sum of RGB (Red+Green+Blue) = 74+170+251=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AAAFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAFB is #B55504. Grayscale: #969696. Windows color (decimal): -11883781 or 16493130. OLE color: 16493130.

HSL color Cylindrical-coordinate representation of color #4AAAFB: hue angle of 207.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAAFB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 170 251 -
CMYK 0.71 0.32 0 0.02
HSL 207.46º 0.96% 0.64% -
HSV(B) 207.46º 0.71% 0.98% -
XYZ 34.61 37.17 96.62 -
YUV 150.53 184.7 73.41 -
System Red Green Blue C M Y K H S L
Decimal 74 170 251 0.71 0.32 0 0.02 207.46 0.96 0.64
Hex 4A AA FB 47 20 0 2 CF 60 40
Octal 112 252 373 107 40 0 2 317 140 100
Binary 1001010 10101010 11111011 1000111 100000 0 10 11001111 1100000 1000000

Color Harmonies of #4AAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAFB

Black with #4AAAFB

Text Example


Text Example

White with #4AAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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