#4E98D2

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

Shades of Picton Blue #4E98D2

Tints of Picton Blue #4E98D2

Color information

#4E98D2 (or 0x4E98D2) is unknown color: approx Picton Blue. HEX triplet: 4E, 98 and D2. RGB value is (78,152,210). Sum of RGB (Red+Green+Blue) = 78+152+210=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #4E98D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E98D2 is #B1672D. Grayscale: #888888. Windows color (decimal): -11626286 or 13801550. OLE color: 13801550.

HSL color Cylindrical-coordinate representation of color #4E98D2: hue angle of 206.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E98D2 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78152210-
CMYK0.630.2800.18
HSL206.36º59.46%56.47%-
HSV(B)206.36º62.86%82.35%-
XYZ2628.7365.15-
YUV136.49169.4886.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.73%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 210 (82.42% from 255) = 47.73%
R=17.73%
G=34.55%
B=47.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781522100.630.2800.18206.3659.4656.47
Hex4E98D23F1C012ce3b38
Octal11623032277340223167370
Binary100111010011000110100101111111110001001011001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E98D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,210); }

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

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

 a { background-color: rgb(78,152,210); }

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

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

 span { border-color: rgb(78,152,210); }

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