Html Css Color HEX #4C9FCE Picton Blue

📋 copy color: '#4C9FCE'

red 76 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #4C9FCE

Tints of Picton Blue #4C9FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

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

R = 17.23%
G = 36.05%
B = 46.71%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C9FCE (or 0x4C9FCE) is known color: Picton Blue. HEX triplet: 4C, 9F and CE. RGB value is (76,159,206). Sum of RGB (Red+Green+Blue) = 76+159+206=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FCE is #B36031. Grayscale: #8B8B8B. Windows color (decimal): -11755570 or 13541196. OLE color: 13541196.

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

Color convert

RGB 76 159 206 -
CMYK 0.63 0.23 0 0.19
HSL 201.69º 0.57% 0.55% -
HSV(B) 201.69º 0.63% 0.81% -
XYZ 26.52 30.79 62.94 -
YUV 139.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 76 159 206 0.63 0.23 0 0.19 201.69 0.57 0.55
Hex 4C 9F CE 3F 17 0 13 CA 39 37
Octal 114 237 316 77 27 0 23 312 71 67
Binary 1001100 10011111 11001110 111111 10111 0 10011 11001010 111001 110111

Color Harmonies of #4C9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9FCE

Black with #4C9FCE

Text Example


Text Example

White with #4C9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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