#4B91DC

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

Shades of Picton Blue #4B91DC

Tints of Picton Blue #4B91DC

Color information

#4B91DC (or 0x4B91DC) is unknown color: approx Picton Blue. HEX triplet: 4B, 91 and DC. RGB value is (75,145,220). Sum of RGB (Red+Green+Blue) = 75+145+220=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B91DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B91DC is #B46E23. Grayscale: #848484. Windows color (decimal): -11824676 or 14455115. OLE color: 14455115.

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

Color convert

RGB75145220-
CMYK0.660.3400.14
HSL211.03º67.44%57.84%-
HSV(B)211.03º65.91%86.27%-
XYZ25.9526.9171.54-
YUV132.62177.3186.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.05%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 50%
R=17.05%
G=32.95%
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.14
SystemRedGreenBlueCMYKHSL
Decimal751452200.660.3400.14211.0367.4457.84
Hex4B91DC42220Ed3433a
Octal1132213341024201632310372
Binary10010111001000111011100100001010001001110110100111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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