#4c94cd

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

Shades of Picton Blue #4C94CD

Tints of Picton Blue #4C94CD

Color information

#4C94CD (or 0x4C94CD) is unknown color: approx Picton Blue. HEX triplet: 4C, 94 and CD. RGB value is (76,148,205). Sum of RGB (Red+Green+Blue) = 76+148+205=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C94CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C94CD is #B36B32. Grayscale: #848484. Windows color (decimal): -11758387 or 13472844. OLE color: 13472844.

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

Color convert

RGB76148205-
CMYK0.630.2800.20
HSL206.51º56.33%55.1%-
HSV(B)206.51º62.93%80.39%-
XYZ24.5927.1261.7-
YUV132.97168.6587.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=17.72%
G=34.50%
B=47.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761482050.630.2800.20206.5156.3355.1
Hex4C94CD3F1C014cf3837
Octal11422431577340243177067
Binary100110010010100110011011111111110001010011001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c94cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,205); }

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

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

 a { background-color: rgb(76,148,205); }

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

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

 span { border-color: rgb(76,148,205); }

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