#4BA0CE

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

Shades of Picton Blue #4BA0CE

Tints of Picton Blue #4BA0CE

Color information

#4BA0CE (or 0x4BA0CE) is unknown color: approx Picton Blue. HEX triplet: 4B, A0 and CE. RGB value is (75,160,206). Sum of RGB (Red+Green+Blue) = 75+160+206=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0CE is #B45F31. Grayscale: #8B8B8B. Windows color (decimal): -11820850 or 13541451. OLE color: 13541451.

HSL color Cylindrical-coordinate representation of color #4BA0CE: hue angle of 201.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA0CE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75160206-
CMYK0.640.2200.19
HSL201.07º57.21%55.1%-
HSV(B)201.07º63.59%80.78%-
XYZ26.6131.0962.99-
YUV139.83165.3481.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=17.01%
G=36.28%
B=46.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751602060.640.2200.19201.0757.2155.1
Hex4BA0CE4016013c93937
Octal113240316100260233117167
Binary1001011101000001100111010000001011001001111001001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,160,206); }

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

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

 a { background-color: rgb(75,160,206); }

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

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

 span { border-color: rgb(75,160,206); }

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