#4D93E0

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

Shades of Picton Blue #4D93E0

Tints of Picton Blue #4D93E0

Color information

#4D93E0 (or 0x4D93E0) is unknown color: approx Picton Blue. HEX triplet: 4D, 93 and E0. RGB value is (77,147,224). Sum of RGB (Red+Green+Blue) = 77+147+224=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D93E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93E0 is #B26C1F. Grayscale: #868686. Windows color (decimal): -11693088 or 14717773. OLE color: 14717773.

HSL color Cylindrical-coordinate representation of color #4D93E0: hue angle of 211.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D93E0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77147224-
CMYK0.660.3400.12
HSL211.43º70.33%59.02%-
HSV(B)211.43º65.62%87.84%-
XYZ26.9527.8374.47-
YUV134.85178.3186.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 224 (87.89% from 255) = 50%
R=17.19%
G=32.81%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal771472240.660.3400.12211.4370.3359.02
Hex4D93E042220Cd3463b
Octal1152233401024201432310673
Binary10011011001001111100000100001010001001100110100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,147,224); }

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

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

 a { background-color: rgb(77,147,224); }

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

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

 span { border-color: rgb(77,147,224); }

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