#4C9AC4

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

Shades of Picton Blue #4C9AC4

Tints of Picton Blue #4C9AC4

Color information

#4C9AC4 (or 0x4C9AC4) is unknown color: approx Picton Blue. HEX triplet: 4C, 9A and C4. RGB value is (76,154,196). Sum of RGB (Red+Green+Blue) = 76+154+196=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C9AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9AC4 is #B3653B. Grayscale: #878787. Windows color (decimal): -11756860 or 12884556. OLE color: 12884556.

HSL color Cylindrical-coordinate representation of color #4C9AC4: hue angle of 201º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C9AC4 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB76154196-
CMYK0.610.2100.23
HSL201º50.42%53.33%-
HSV(B)201º61.22%76.86%-
XYZ24.528.6356.46-
YUV135.47162.1685.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.84%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=17.84%
G=36.15%
B=46.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal761541960.610.2100.2320150.4253.33
Hex4C9AC43D15017c93235
Octal11423230475250273116265
Binary100110010011010110001001111011010101011111001001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,154,196); }

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

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

 a { background-color: rgb(76,154,196); }

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

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

 span { border-color: rgb(76,154,196); }

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