#4890D8

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

Shades of Picton Blue #4890D8

Tints of Picton Blue #4890D8

Color information

#4890D8 (or 0x4890D8) is unknown color: approx Picton Blue. HEX triplet: 48, 90 and D8. RGB value is (72,144,216). Sum of RGB (Red+Green+Blue) = 72+144+216=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #4890D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890D8 is #B76F27. Grayscale: #828282. Windows color (decimal): -12021544 or 14192712. OLE color: 14192712.

HSL color Cylindrical-coordinate representation of color #4890D8: hue angle of 210º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4890D8 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72144216-
CMYK0.670.3300.15
HSL210º64.86%56.47%-
HSV(B)210º66.67%84.71%-
XYZ25.0426.2868.72-
YUV130.68176.1586.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 216 (84.77% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721442160.670.3300.1521064.8656.47
Hex4890D843210Fd24138
Octal1102203301034101732210170
Binary10010001001000011011000100001110000101111110100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4890D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4890D8; }

 p { color: rgb(72,144,216); }

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

<style>
 a { background-color: #4890D8; }

 a { background-color: rgb(72,144,216); }

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

<style>
 span { border-color: #4890D8; }

 span { border-color: rgb(72,144,216); }

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