#4B9BDE

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

Shades of Picton Blue #4B9BDE

Tints of Picton Blue #4B9BDE

Color information

#4B9BDE (or 0x4B9BDE) is unknown color: approx Picton Blue. HEX triplet: 4B, 9B and DE. RGB value is (75,155,222). Sum of RGB (Red+Green+Blue) = 75+155+222=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B9BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9BDE is #B46421. Grayscale: #8A8A8A. Windows color (decimal): -11822114 or 14588747. OLE color: 14588747.

HSL color Cylindrical-coordinate representation of color #4B9BDE: hue angle of 207.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B9BDE is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75155222-
CMYK0.660.3000.13
HSL207.35º69.01%58.24%-
HSV(B)207.35º66.22%87.06%-
XYZ27.8130.2173.47-
YUV138.7217582.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.59%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=16.59%
G=34.29%
B=49.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751552220.660.3000.13207.3569.0158.24
Hex4B9BDE421E0Dcf453a
Octal1132333361023601531710572
Binary1001011100110111101111010000101111001101110011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,155,222); }

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

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

 a { background-color: rgb(75,155,222); }

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

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

 span { border-color: rgb(75,155,222); }

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