#4E9BDC

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

Shades of Picton Blue #4E9BDC

Tints of Picton Blue #4E9BDC

Color information

#4E9BDC (or 0x4E9BDC) is unknown color: approx Picton Blue. HEX triplet: 4E, 9B and DC. RGB value is (78,155,220). Sum of RGB (Red+Green+Blue) = 78+155+220=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9BDC is #B16423. Grayscale: #8B8B8B. Windows color (decimal): -11625508 or 14457678. OLE color: 14457678.

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

Color convert

RGB78155220-
CMYK0.650.3000.14
HSL207.46º66.98%58.43%-
HSV(B)207.46º64.55%86.27%-
XYZ27.7830.2372.08-
YUV139.39173.4984.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.22%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=17.22%
G=34.22%
B=48.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781552200.650.3000.14207.4666.9858.43
Hex4E9BDC411E0Ecf433a
Octal1162333341013601631710372
Binary1001110100110111101110010000011111001110110011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,155,220); }

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

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

 a { background-color: rgb(78,155,220); }

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

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

 span { border-color: rgb(78,155,220); }

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