Html Css Color HEX #4AB1DD Summer Sky

📋 copy color: '#4AB1DD'

red 74 ◦ green 177 ◦ blue 221

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

Shades of Summer Sky #4AB1DD

Tints of Summer Sky #4AB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 15.68%
G = 37.5%
B = 46.82%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AB1DD (or 0x4AB1DD) is known color: Summer Sky. HEX triplet: 4A, B1 and DD. RGB value is (74,177,221). Sum of RGB (Red+Green+Blue) = 74+177+221=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AB1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1DD is #B54E22. Grayscale: #969696. Windows color (decimal): -11882019 or 14528842. OLE color: 14528842.

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

Color convert

RGB 74 177 221 -
CMYK 0.67 0.20 0 0.13
HSL 197.96º 0.68% 0.58% -
HSV(B) 197.96º 0.67% 0.87% -
XYZ 31.6 38.12 74.1 -
YUV 151.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 74 177 221 0.67 0.20 0 0.13 197.96 0.68 0.58
Hex 4A B1 DD 43 14 0 D C6 44 3A
Octal 112 261 335 103 24 0 15 306 104 72
Binary 1001010 10110001 11011101 1000011 10100 0 1101 11000110 1000100 111010

Color Harmonies of #4AB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB1DD

Black with #4AB1DD

Text Example


Text Example

White with #4AB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,177,221); }

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

background-color css

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

 a { background-color: rgb(74,177,221); }

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

border-color css

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

 span { border-color: rgb(74,177,221); }

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