#4B9CE1

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

Shades of Picton Blue #4B9CE1

Tints of Picton Blue #4B9CE1

Color information

#4B9CE1 (or 0x4B9CE1) is unknown color: approx Picton Blue. HEX triplet: 4B, 9C and E1. RGB value is (75,156,225). Sum of RGB (Red+Green+Blue) = 75+156+225=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B9CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9CE1 is #B4631E. Grayscale: #8B8B8B. Windows color (decimal): -11821855 or 14785611. OLE color: 14785611.

HSL color Cylindrical-coordinate representation of color #4B9CE1: hue angle of 207.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B9CE1 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75156225-
CMYK0.670.3100.12
HSL207.6º71.43%58.82%-
HSV(B)207.6º66.67%88.24%-
XYZ28.3830.7175.67-
YUV139.65176.1681.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 225 (88.28% from 255) = 49.34%
R=16.45%
G=34.21%
B=49.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751562250.670.3100.12207.671.4358.82
Hex4B9CE1431F0Cd0473b
Octal1132343411033701432010773
Binary1001011100111001110000110000111111101100110100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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