#4BA7DA

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

Shades of Picton Blue #4BA7DA

Tints of Picton Blue #4BA7DA

Color information

#4BA7DA (or 0x4BA7DA) is unknown color: approx Picton Blue. HEX triplet: 4B, A7 and DA. RGB value is (75,167,218). Sum of RGB (Red+Green+Blue) = 75+167+218=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BA7DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA7DA is #B45825. Grayscale: #919191. Windows color (decimal): -11819046 or 14329675. OLE color: 14329675.

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

Color convert

RGB75167218-
CMYK0.660.2300.15
HSL201.4º65.9%57.45%-
HSV(B)201.4º65.6%85.49%-
XYZ29.3834.271.38-
YUV145.31169.0277.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.30%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=16.30%
G=36.30%
B=47.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751672180.660.2300.15201.465.957.45
Hex4BA7DA42170Fc94239
Octal1132473321022701731110271
Binary1001011101001111101101010000101011101111110010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,167,218); }

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

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

 a { background-color: rgb(75,167,218); }

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

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

 span { border-color: rgb(75,167,218); }

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