#4B9CCE

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

Shades of Picton Blue #4B9CCE

Tints of Picton Blue #4B9CCE

Color information

#4B9CCE (or 0x4B9CCE) is unknown color: approx Picton Blue. HEX triplet: 4B, 9C and CE. RGB value is (75,156,206). Sum of RGB (Red+Green+Blue) = 75+156+206=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B9CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9CCE is #B46331. Grayscale: #898989. Windows color (decimal): -11821874 or 13540427. OLE color: 13540427.

HSL color Cylindrical-coordinate representation of color #4B9CCE: hue angle of 202.9º 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 #4B9CCE is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75156206-
CMYK0.640.2400.19
HSL202.9º57.21%55.1%-
HSV(B)202.9º63.59%80.78%-
XYZ25.9329.7362.76-
YUV137.48166.6683.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=17.16%
G=35.70%
B=47.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751562060.640.2400.19202.957.2155.1
Hex4B9CCE4018013cb3937
Octal113234316100300233137167
Binary1001011100111001100111010000001100001001111001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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