Html Css Color HEX #4AAFDC Summer Sky

📋 copy color: '#4AAFDC'

red 74 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #4AAFDC

Tints of Summer Sky #4AAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 15.78%
G = 37.31%
B = 46.91%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AAFDC (or 0x4AAFDC) is known color: Summer Sky. HEX triplet: 4A, AF and DC. RGB value is (74,175,220). Sum of RGB (Red+Green+Blue) = 74+175+220=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFDC is #B55023. Grayscale: #959595. Windows color (decimal): -11882532 or 14462794. OLE color: 14462794.

HSL color Cylindrical-coordinate representation of color #4AAFDC: hue angle of 198.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAFDC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 175 220 -
CMYK 0.66 0.20 0 0.14
HSL 198.49º 0.68% 0.58% -
HSV(B) 198.49º 0.66% 0.86% -
XYZ 31.07 37.28 73.27 -
YUV 149.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 74 175 220 0.66 0.20 0 0.14 198.49 0.68 0.58
Hex 4A AF DC 42 14 0 E C6 44 3A
Octal 112 257 334 102 24 0 16 306 104 72
Binary 1001010 10101111 11011100 1000010 10100 0 1110 11000110 1000100 111010

Color Harmonies of #4AAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFDC

Black with #4AAFDC

Text Example


Text Example

White with #4AAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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