#4B9CD0

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

Shades of Picton Blue #4B9CD0

Tints of Picton Blue #4B9CD0

Color information

#4B9CD0 (or 0x4B9CD0) is unknown color: approx Picton Blue. HEX triplet: 4B, 9C and D0. RGB value is (75,156,208). Sum of RGB (Red+Green+Blue) = 75+156+208=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #4B9CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9CD0 is #B4632F. Grayscale: #898989. Windows color (decimal): -11821872 or 13671499. OLE color: 13671499.

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

Color convert

RGB75156208-
CMYK0.640.2500.18
HSL203.46º58.59%55.49%-
HSV(B)203.46º63.94%81.57%-
XYZ26.1829.8364.05-
YUV137.71167.6683.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.08%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=17.08%
G=35.54%
B=47.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal751562080.640.2500.18203.4658.5955.49
Hex4B9CD04019012cb3b37
Octal113234320100310223137367
Binary1001011100111001101000010000001100101001011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,156,208); }

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

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

 a { background-color: rgb(75,156,208); }

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

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

 span { border-color: rgb(75,156,208); }

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