Html Css Color HEX #4C9CC5 Picton Blue

📋 copy color: '#4C9CC5'

red 76 ◦ green 156 ◦ blue 197

#4C9CC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4C9CC5

Tints of Picton Blue #4C9CC5

RGB

 RED value IS 76 (30.08% from 255) = 17.72%

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 17.72%
G = 36.36%
B = 45.92%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4C9CC5 (or 0x4C9CC5) is known color: Picton Blue. HEX triplet: 4C, 9C and C5. RGB value is (76,156,197). Sum of RGB (Red+Green+Blue) = 76+156+197=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C9CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9CC5 is #B3633A. Grayscale: #888888. Windows color (decimal): -11756347 or 12950604. OLE color: 12950604.

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

Color convert

RGB 76 156 197 -
CMYK 0.61 0.21 0 0.23
HSL 200.33º 0.51% 0.54% -
HSV(B) 200.33º 0.61% 0.77% -
XYZ 24.95 29.34 57.17 -
YUV 136.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 76 156 197 0.61 0.21 0 0.23 200.33 0.51 0.54
Hex 4C 9C C5 3D 15 0 17 C8 33 36
Octal 114 234 305 75 25 0 27 310 63 66
Binary 1001100 10011100 11000101 111101 10101 0 10111 11001000 110011 110110

Color Harmonies of #4C9CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9CC5

Black with #4C9CC5

Text Example


Text Example

White with #4C9CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,156,197); }

 H1.HeaderClassName
 {
   color: #4C9CC5;
 }
 .AnyTagClassName
 {
   color: #4C9CC5;
 }
</style>

background-color css

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

 a { background-color: rgb(76,156,197); }

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

border-color css

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

 span { border-color: rgb(76,156,197); }

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