#4A9DE0

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

Shades of Picton Blue #4A9DE0

Tints of Picton Blue #4A9DE0

Color information

#4A9DE0 (or 0x4A9DE0) is unknown color: approx Picton Blue. HEX triplet: 4A, 9D and E0. RGB value is (74,157,224). Sum of RGB (Red+Green+Blue) = 74+157+224=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #4A9DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9DE0 is #B5621F. Grayscale: #8B8B8B. Windows color (decimal): -11887136 or 14720330. OLE color: 14720330.

HSL color Cylindrical-coordinate representation of color #4A9DE0: hue angle of 206.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A9DE0 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB74157224-
CMYK0.670.3000.12
HSL206.8º70.75%58.43%-
HSV(B)206.8º66.96%87.84%-
XYZ28.3430.9575-
YUV139.82175.581.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.26%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=16.26%
G=34.51%
B=49.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal741572240.670.3000.12206.870.7558.43
Hex4A9DE0431E0Ccf473a
Octal1122353401033601431710772
Binary1001010100111011110000010000111111001100110011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,157,224); }

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

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

 a { background-color: rgb(74,157,224); }

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

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

 span { border-color: rgb(74,157,224); }

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