Html Css Color HEX #4C9CCE Picton Blue

📋 copy color: '#4C9CCE'

red 76 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #4C9CCE

Tints of Picton Blue #4C9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 17.35%
G = 35.62%
B = 47.03%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C9CCE (or 0x4C9CCE) is known color: Picton Blue. HEX triplet: 4C, 9C and CE. RGB value is (76,156,206). Sum of RGB (Red+Green+Blue) = 76+156+206=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9CCE is #B36331. Grayscale: #898989. Windows color (decimal): -11756338 or 13540428. OLE color: 13540428.

HSL color Cylindrical-coordinate representation of color #4C9CCE: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C9CCE is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 156 206 -
CMYK 0.63 0.24 0 0.19
HSL 203.08º 0.57% 0.55% -
HSV(B) 203.08º 0.63% 0.81% -
XYZ 26.01 29.77 62.77 -
YUV 137.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 76 156 206 0.63 0.24 0 0.19 203.08 0.57 0.55
Hex 4C 9C CE 3F 18 0 13 CB 39 37
Octal 114 234 316 77 30 0 23 313 71 67
Binary 1001100 10011100 11001110 111111 11000 0 10011 11001011 111001 110111

Color Harmonies of #4C9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9CCE

Black with #4C9CCE

Text Example


Text Example

White with #4C9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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