#4C93CC

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

Shades of Picton Blue #4C93CC

Tints of Picton Blue #4C93CC

Color information

#4C93CC (or 0x4C93CC) is unknown color: approx Picton Blue. HEX triplet: 4C, 93 and CC. RGB value is (76,147,204). Sum of RGB (Red+Green+Blue) = 76+147+204=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C93CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C93CC is #B36C33. Grayscale: #838383. Windows color (decimal): -11758644 or 13407052. OLE color: 13407052.

HSL color Cylindrical-coordinate representation of color #4C93CC: hue angle of 206.72º 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 #4C93CC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB76147204-
CMYK0.630.2800.2
HSL206.72º55.65%54.9%-
HSV(B)206.72º62.75%80%-
XYZ24.3126.7661.01-
YUV132.27168.4887.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.80%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=17.80%
G=34.43%
B=47.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761472040.630.2800.2206.7255.6554.9
Hex4C93CC3F1C014cf3837
Octal11422331477340243177067
Binary100110010010011110011001111111110001010011001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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