#4B9ED9

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

Shades of Picton Blue #4B9ED9

Tints of Picton Blue #4B9ED9

Color information

#4B9ED9 (or 0x4B9ED9) is unknown color: approx Picton Blue. HEX triplet: 4B, 9E and D9. RGB value is (75,158,217). Sum of RGB (Red+Green+Blue) = 75+158+217=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #4B9ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ED9 is #B46126. Grayscale: #8B8B8B. Windows color (decimal): -11821351 or 14261835. OLE color: 14261835.

HSL color Cylindrical-coordinate representation of color #4B9ED9: hue angle of 204.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B9ED9 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75158217-
CMYK0.650.2700.15
HSL204.93º65.14%57.25%-
HSV(B)204.93º65.44%85.1%-
XYZ27.6530.9670.16-
YUV139.91171.581.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.67%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 217 (85.16% from 255) = 48.22%
R=16.67%
G=35.11%
B=48.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751582170.650.2700.15204.9365.1457.25
Hex4B9ED9411B0Fcd4139
Octal1132363311013301731510171
Binary1001011100111101101100110000011101101111110011011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,158,217); }

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

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

 a { background-color: rgb(75,158,217); }

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

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

 span { border-color: rgb(75,158,217); }

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