#4292E5

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

Shades of Picton Blue #4292E5

Tints of Picton Blue #4292E5

Color information

#4292E5 (or 0x4292E5) is unknown color: approx Picton Blue. HEX triplet: 42, 92 and E5. RGB value is (66,146,229). Sum of RGB (Red+Green+Blue) = 66+146+229=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #4292E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292E5 is #BD6D1A. Grayscale: #838383. Windows color (decimal): -12414235 or 15045186. OLE color: 15045186.

HSL color Cylindrical-coordinate representation of color #4292E5: hue angle of 210.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4292E5 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB66146229-
CMYK0.710.3600.10
HSL210.55º75.81%57.84%-
HSV(B)210.55º71.18%89.8%-
XYZ26.6727.3778.01-
YUV131.5418381.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.97%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 229 (89.84% from 255) = 51.93%
R=14.97%
G=33.11%
B=51.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal661462290.710.3600.10210.5575.8157.84
Hex4292E547240Ad34c3a
Octal1022223451074401232311472
Binary10000101001001011100101100011110010001010110100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4292E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4292E5; }

 p { color: rgb(66,146,229); }

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

<style>
 a { background-color: #4292E5; }

 a { background-color: rgb(66,146,229); }

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

<style>
 span { border-color: #4292E5; }

 span { border-color: rgb(66,146,229); }

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