Html Css Color HEX #4AAFEA Summer Sky

📋 copy color: '#4AAFEA'

red 74 ◦ green 175 ◦ blue 234

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

Shades of Summer Sky #4AAFEA

Tints of Summer Sky #4AAFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 15.32%
G = 36.23%
B = 48.45%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AAFEA (or 0x4AAFEA) is known color: Summer Sky. HEX triplet: 4A, AF and EA. RGB value is (74,175,234). Sum of RGB (Red+Green+Blue) = 74+175+234=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFEA is #B55015. Grayscale: #979797. Windows color (decimal): -11882518 or 15380298. OLE color: 15380298.

HSL color Cylindrical-coordinate representation of color #4AAFEA: hue angle of 202.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AAFEA is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 175 234 -
CMYK 0.68 0.25 0 0.08
HSL 202.13º 0.79% 0.6% -
HSV(B) 202.13º 0.68% 0.92% -
XYZ 33.01 38.06 83.45 -
YUV 151.53 174.54 72.7 -
System Red Green Blue C M Y K H S L
Decimal 74 175 234 0.68 0.25 0 0.08 202.13 0.79 0.6
Hex 4A AF EA 44 19 0 8 CA 4F 3C
Octal 112 257 352 104 31 0 10 312 117 74
Binary 1001010 10101111 11101010 1000100 11001 0 1000 11001010 1001111 111100

Color Harmonies of #4AAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFEA

Black with #4AAFEA

Text Example


Text Example

White with #4AAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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