#4BA6D2

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

Shades of Picton Blue #4BA6D2

Tints of Picton Blue #4BA6D2

Color information

#4BA6D2 (or 0x4BA6D2) is unknown color: approx Picton Blue. HEX triplet: 4B, A6 and D2. RGB value is (75,166,210). Sum of RGB (Red+Green+Blue) = 75+166+210=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #4BA6D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA6D2 is #B4592D. Grayscale: #8F8F8F. Windows color (decimal): -11819310 or 13805131. OLE color: 13805131.

HSL color Cylindrical-coordinate representation of color #4BA6D2: hue angle of 199.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA6D2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB75166210-
CMYK0.640.2100.18
HSL199.56º60%55.88%-
HSV(B)199.56º64.29%82.35%-
XYZ28.1733.4265.94-
YUV143.81165.3578.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 210 (82.42% from 255) = 46.56%
R=16.63%
G=36.81%
B=46.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal751662100.640.2100.18199.566055.88
Hex4BA6D24015012c83c38
Octal113246322100250223107470
Binary1001011101001101101001010000001010101001011001000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,166,210); }

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

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

 a { background-color: rgb(75,166,210); }

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

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

 span { border-color: rgb(75,166,210); }

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