#4a9adc

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

Shades of Picton Blue #4A9ADC

Tints of Picton Blue #4A9ADC

Color information

#4A9ADC (or 0x4A9ADC) is unknown color: approx Picton Blue. HEX triplet: 4A, 9A and DC. RGB value is (74,154,220). Sum of RGB (Red+Green+Blue) = 74+154+220=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ADC is #B56523. Grayscale: #898989. Windows color (decimal): -11887908 or 14457418. OLE color: 14457418.

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

Color convert

RGB74154220-
CMYK0.660.300.14
HSL207.12º67.59%57.65%-
HSV(B)207.12º66.36%86.27%-
XYZ27.329.7372.01-
YUV137.6174.582.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.52%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 49.11%
R=16.52%
G=34.38%
B=49.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal741542200.660.300.14207.1267.5957.65
Hex4A9ADC421E0Ecf443a
Octal1122323341023601631710472
Binary1001010100110101101110010000101111001110110011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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