#4B9EC7

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

Shades of Picton Blue #4B9EC7

Tints of Picton Blue #4B9EC7

Color information

#4B9EC7 (or 0x4B9EC7) is unknown color: approx Picton Blue. HEX triplet: 4B, 9E and C7. RGB value is (75,158,199). Sum of RGB (Red+Green+Blue) = 75+158+199=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #4B9EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9EC7 is #B46138. Grayscale: #898989. Windows color (decimal): -11821369 or 13082187. OLE color: 13082187.

HSL color Cylindrical-coordinate representation of color #4B9EC7: hue angle of 199.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B9EC7 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75158199-
CMYK0.620.2100.22
HSL199.84º52.54%53.73%-
HSV(B)199.84º62.31%78.04%-
XYZ25.4430.0758.5-
YUV137.86162.583.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 199 (78.12% from 255) = 46.06%
R=17.36%
G=36.57%
B=46.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751581990.620.2100.22199.8452.5453.73
Hex4B9EC73E15016c83536
Octal11323630776250263106566
Binary100101110011110110001111111101010101011011001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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