#4D94E0

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

Shades of Picton Blue #4D94E0

Tints of Picton Blue #4D94E0

Color information

#4D94E0 (or 0x4D94E0) is unknown color: approx Picton Blue. HEX triplet: 4D, 94 and E0. RGB value is (77,148,224). Sum of RGB (Red+Green+Blue) = 77+148+224=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D94E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D94E0 is #B26B1F. Grayscale: #878787. Windows color (decimal): -11692832 or 14718029. OLE color: 14718029.

HSL color Cylindrical-coordinate representation of color #4D94E0: hue angle of 211.02º 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 #4D94E0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77148224-
CMYK0.660.3400.12
HSL211.02º70.33%59.02%-
HSV(B)211.02º65.62%87.84%-
XYZ27.1128.1474.52-
YUV135.44177.9886.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.15%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=17.15%
G=32.96%
B=49.89%

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
Decimal771482240.660.3400.12211.0270.3359.02
Hex4D94E042220Cd3463b
Octal1152243401024201432310673
Binary10011011001010011100000100001010001001100110100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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