#4C99CC

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

Shades of Picton Blue #4C99CC

Tints of Picton Blue #4C99CC

Color information

#4C99CC (or 0x4C99CC) is unknown color: approx Picton Blue. HEX triplet: 4C, 99 and CC. RGB value is (76,153,204). Sum of RGB (Red+Green+Blue) = 76+153+204=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C99CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C99CC is #B36633. Grayscale: #878787. Windows color (decimal): -11757108 or 13408588. OLE color: 13408588.

HSL color Cylindrical-coordinate representation of color #4C99CC: hue angle of 203.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C99CC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB76153204-
CMYK0.630.2500.2
HSL203.91º55.65%54.9%-
HSV(B)203.91º62.75%80%-
XYZ25.2728.6861.33-
YUV135.79166.4985.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.55%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=17.55%
G=35.33%
B=47.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761532040.630.2500.2203.9155.6554.9
Hex4C99CC3F19014cc3837
Octal11423131477310243147067
Binary100110010011001110011001111111100101010011001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,204); }

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

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

 a { background-color: rgb(76,153,204); }

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

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

 span { border-color: rgb(76,153,204); }

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