#4E98CE

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

Shades of Picton Blue #4E98CE

Tints of Picton Blue #4E98CE

Color information

#4E98CE (or 0x4E98CE) is unknown color: approx Picton Blue. HEX triplet: 4E, 98 and CE. RGB value is (78,152,206). Sum of RGB (Red+Green+Blue) = 78+152+206=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E98CE is #B16731. Grayscale: #878787. Windows color (decimal): -11626290 or 13539406. OLE color: 13539406.

HSL color Cylindrical-coordinate representation of color #4E98CE: hue angle of 205.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E98CE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78152206-
CMYK0.620.2600.19
HSL205.31º56.64%55.69%-
HSV(B)205.31º62.14%80.78%-
XYZ25.5128.5362.56-
YUV136.03167.4886.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.89%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=17.89%
G=34.86%
B=47.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781522060.620.2600.19205.3156.6455.69
Hex4E98CE3E1A013cd3938
Octal11623031676320233157170
Binary100111010011000110011101111101101001001111001101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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