#4B91D4

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

Shades of Picton Blue #4B91D4

Tints of Picton Blue #4B91D4

Color information

#4B91D4 (or 0x4B91D4) is unknown color: approx Picton Blue. HEX triplet: 4B, 91 and D4. RGB value is (75,145,212). Sum of RGB (Red+Green+Blue) = 75+145+212=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B91D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B91D4 is #B46E2B. Grayscale: #838383. Windows color (decimal): -11824684 or 13930827. OLE color: 13930827.

HSL color Cylindrical-coordinate representation of color #4B91D4: hue angle of 209.34º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B91D4 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB75145212-
CMYK0.650.3200.17
HSL209.34º61.43%56.27%-
HSV(B)209.34º64.62%83.14%-
XYZ24.9126.566.09-
YUV131.71173.3187.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 212 (83.20% from 255) = 49.07%
R=17.36%
G=33.56%
B=49.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal751452120.650.3200.17209.3461.4356.27
Hex4B91D44120011d13d38
Octal113221324101400213217570
Binary10010111001000111010100100000110000001000111010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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