#4B9ECE

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

Shades of Picton Blue #4B9ECE

Tints of Picton Blue #4B9ECE

Color information

#4B9ECE (or 0x4B9ECE) is unknown color: approx Picton Blue. HEX triplet: 4B, 9E and CE. RGB value is (75,158,206). Sum of RGB (Red+Green+Blue) = 75+158+206=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B9ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ECE is #B46131. Grayscale: #8A8A8A. Windows color (decimal): -11821362 or 13540939. OLE color: 13540939.

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

Color convert

RGB75158206-
CMYK0.640.2300.19
HSL201.98º57.21%55.1%-
HSV(B)201.98º63.59%80.78%-
XYZ26.2730.4162.88-
YUV138.6616682.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.08%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=17.08%
G=35.99%
B=46.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751582060.640.2300.19201.9857.2155.1
Hex4B9ECE4017013ca3937
Octal113236316100270233127167
Binary1001011100111101100111010000001011101001111001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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