Html Css Color HEX #4AB2DC Summer Sky

📋 copy color: '#4AB2DC'

red 74 ◦ green 178 ◦ blue 220

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

Shades of Summer Sky #4AB2DC

Tints of Summer Sky #4AB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 15.68%
G = 37.71%
B = 46.61%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AB2DC (or 0x4AB2DC) is known color: Summer Sky. HEX triplet: 4A, B2 and DC. RGB value is (74,178,220). Sum of RGB (Red+Green+Blue) = 74+178+220=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2DC is #B54D23. Grayscale: #979797. Windows color (decimal): -11881764 or 14463562. OLE color: 14463562.

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

Color convert

RGB 74 178 220 -
CMYK 0.66 0.19 0 0.14
HSL 197.26º 0.68% 0.58% -
HSV(B) 197.26º 0.66% 0.86% -
XYZ 31.66 38.46 73.47 -
YUV 151.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 74 178 220 0.66 0.19 0 0.14 197.26 0.68 0.58
Hex 4A B2 DC 42 13 0 E C5 44 3A
Octal 112 262 334 102 23 0 16 305 104 72
Binary 1001010 10110010 11011100 1000010 10011 0 1110 11000101 1000100 111010

Color Harmonies of #4AB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB2DC

Black with #4AB2DC

Text Example


Text Example

White with #4AB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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