#4AA5DC

Color #4AA5DC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4AA5DC

Tints of Picton Blue #4AA5DC

Color information

#4AA5DC (or 0x4AA5DC) is unknown color: approx Picton Blue. HEX triplet: 4A, A5 and DC. RGB value is (74,165,220). Sum of RGB (Red+Green+Blue) = 74+165+220=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AA5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA5DC is #B55A23. Grayscale: #8F8F8F. Windows color (decimal): -11885092 or 14460234. OLE color: 14460234.

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

Color convert

RGB74165220-
CMYK0.660.2500.14
HSL202.6º67.59%57.65%-
HSV(B)202.6º66.36%86.27%-
XYZ29.233.5372.64-
YUV144.06170.8578.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.12%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=16.12%
G=35.95%
B=47.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal741652200.660.2500.14202.667.5957.65
Hex4AA5DC42190Ecb443a
Octal1122453341023101631310472
Binary1001010101001011101110010000101100101110110010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AA5DC;
 }
 .AnyTagClassName
 {
   color: #4AA5DC;
 }
</style>
background-color css

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

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

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

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

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

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