#4C92E1

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

Shades of Picton Blue #4C92E1

Tints of Picton Blue #4C92E1

Color information

#4C92E1 (or 0x4C92E1) is unknown color: approx Picton Blue. HEX triplet: 4C, 92 and E1. RGB value is (76,146,225). Sum of RGB (Red+Green+Blue) = 76+146+225=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #4C92E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92E1 is #B36D1E. Grayscale: #858585. Windows color (decimal): -11758879 or 14783052. OLE color: 14783052.

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

Color convert

RGB76146225-
CMYK0.660.3500.12
HSL211.81º71.29%59.02%-
HSV(B)211.81º66.22%88.24%-
XYZ26.8527.5375.13-
YUV134.08179.3186.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.00%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=17.00%
G=32.66%
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.12
SystemRedGreenBlueCMYKHSL
Decimal761462250.660.3500.12211.8171.2959.02
Hex4C92E142230Cd4473b
Octal1142223411024301432410773
Binary10011001001001011100001100001010001101100110101001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,225); }

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

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

 a { background-color: rgb(76,146,225); }

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

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

 span { border-color: rgb(76,146,225); }

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