#4B93D4

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

Shades of Picton Blue #4B93D4

Tints of Picton Blue #4B93D4

Color information

#4B93D4 (or 0x4B93D4) is unknown color: approx Picton Blue. HEX triplet: 4B, 93 and D4. RGB value is (75,147,212). Sum of RGB (Red+Green+Blue) = 75+147+212=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B93D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B93D4 is #B46C2B. Grayscale: #848484. Windows color (decimal): -11824172 or 13931339. OLE color: 13931339.

HSL color Cylindrical-coordinate representation of color #4B93D4: hue angle of 208.47º 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 #4B93D4 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB75147212-
CMYK0.650.3100.17
HSL208.47º61.43%56.27%-
HSV(B)208.47º64.62%83.14%-
XYZ25.2227.1266.19-
YUV132.88172.6586.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=17.28%
G=33.87%
B=48.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal751472120.650.3100.17208.4761.4356.27
Hex4B93D4411F011d03d38
Octal113223324101370213207570
Binary1001011100100111101010010000011111101000111010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B93D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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