#4B9AD7

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

Shades of Picton Blue #4B9AD7

Tints of Picton Blue #4B9AD7

Color information

#4B9AD7 (or 0x4B9AD7) is unknown color: approx Picton Blue. HEX triplet: 4B, 9A and D7. RGB value is (75,154,215). Sum of RGB (Red+Green+Blue) = 75+154+215=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #4B9AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9AD7 is #B46528. Grayscale: #898989. Windows color (decimal): -11822377 or 14129739. OLE color: 14129739.

HSL color Cylindrical-coordinate representation of color #4B9AD7: hue angle of 206.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B9AD7 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75154215-
CMYK0.650.2800.16
HSL206.14º63.64%56.86%-
HSV(B)206.14º65.12%84.31%-
XYZ26.7229.5168.58-
YUV137.33171.8383.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.89%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=16.89%
G=34.68%
B=48.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751542150.650.2800.16206.1463.6456.86
Hex4B9AD7411C010ce4039
Octal1132323271013402031610071
Binary10010111001101011010111100000111100010000110011101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,154,215); }

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

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

 a { background-color: rgb(75,154,215); }

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

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

 span { border-color: rgb(75,154,215); }

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