Html Css Color HEX #4AB6DD Summer Sky

📋 copy color: '#4AB6DD'

red 74 ◦ green 182 ◦ blue 221

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

Shades of Summer Sky #4AB6DD

Tints of Summer Sky #4AB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.16%

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

R = 15.51%
G = 38.16%
B = 46.33%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AB6DD (or 0x4AB6DD) is known color: Summer Sky. HEX triplet: 4A, B6 and DD. RGB value is (74,182,221). Sum of RGB (Red+Green+Blue) = 74+182+221=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AB6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB6DD is #B54922. Grayscale: #999999. Windows color (decimal): -11880739 or 14530122. OLE color: 14530122.

HSL color Cylindrical-coordinate representation of color #4AB6DD: hue angle of 195.92º 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 #4AB6DD is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 182 221 -
CMYK 0.67 0.18 0 0.13
HSL 195.92º 0.68% 0.58% -
HSV(B) 195.92º 0.67% 0.87% -
XYZ 32.6 40.13 74.43 -
YUV 154.15 165.72 70.83 -
System Red Green Blue C M Y K H S L
Decimal 74 182 221 0.67 0.18 0 0.13 195.92 0.68 0.58
Hex 4A B6 DD 43 12 0 D C4 44 3A
Octal 112 266 335 103 22 0 15 304 104 72
Binary 1001010 10110110 11011101 1000011 10010 0 1101 11000100 1000100 111010

Color Harmonies of #4AB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB6DD

Black with #4AB6DD

Text Example


Text Example

White with #4AB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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