#4c9fcd

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

Shades of Picton Blue #4C9FCD

Tints of Picton Blue #4C9FCD

Color information

#4C9FCD (or 0x4C9FCD) is unknown color: approx Picton Blue. HEX triplet: 4C, 9F and CD. RGB value is (76,159,205). Sum of RGB (Red+Green+Blue) = 76+159+205=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FCD is #B36032. Grayscale: #8B8B8B. Windows color (decimal): -11755571 or 13475660. OLE color: 13475660.

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

Color convert

RGB76159205-
CMYK0.630.2200.20
HSL201.4º56.33%55.1%-
HSV(B)201.4º62.93%80.39%-
XYZ26.430.7462.3-
YUV139.4316582.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.27%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=17.27%
G=36.14%
B=46.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761592050.630.2200.20201.456.3355.1
Hex4C9FCD3F16014c93837
Octal11423731577260243117067
Binary100110010011111110011011111111011001010011001001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c9fcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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