#4B8EDC

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

Shades of Picton Blue #4B8EDC

Tints of Picton Blue #4B8EDC

Color information

#4B8EDC (or 0x4B8EDC) is unknown color: approx Picton Blue. HEX triplet: 4B, 8E and DC. RGB value is (75,142,220). Sum of RGB (Red+Green+Blue) = 75+142+220=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8EDC is #B47123. Grayscale: #828282. Windows color (decimal): -11825444 or 14454347. OLE color: 14454347.

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

Color convert

RGB75142220-
CMYK0.660.3500.14
HSL212.28º67.44%57.84%-
HSV(B)212.28º65.91%86.27%-
XYZ25.4926.0171.39-
YUV130.86178.388.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=17.16%
G=32.49%
B=50.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal751422200.660.3500.14212.2867.4457.84
Hex4B8EDC42230Ed4433a
Octal1132163341024301632410372
Binary10010111000111011011100100001010001101110110101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,220); }

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

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

 a { background-color: rgb(75,142,220); }

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

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

 span { border-color: rgb(75,142,220); }

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