Html Css Color HEX #4C9ECE Picton Blue

📋 copy color: '#4C9ECE'

red 76 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #4C9ECE

Tints of Picton Blue #4C9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 17.27%
G = 35.91%
B = 46.82%

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

#4C9ECE (or 0x4C9ECE) is known color: Picton Blue. HEX triplet: 4C, 9E and CE. RGB value is (76,158,206). Sum of RGB (Red+Green+Blue) = 76+158+206=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ECE is #B36131. Grayscale: #8A8A8A. Windows color (decimal): -11755826 or 13540940. OLE color: 13540940.

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

Color convert

RGB 76 158 206 -
CMYK 0.63 0.23 0 0.19
HSL 202.15º 0.57% 0.55% -
HSV(B) 202.15º 0.63% 0.81% -
XYZ 26.35 30.45 62.88 -
YUV 138.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 76 158 206 0.63 0.23 0 0.19 202.15 0.57 0.55
Hex 4C 9E CE 3F 17 0 13 CA 39 37
Octal 114 236 316 77 27 0 23 312 71 67
Binary 1001100 10011110 11001110 111111 10111 0 10011 11001010 111001 110111

Color Harmonies of #4C9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9ECE

Black with #4C9ECE

Text Example


Text Example

White with #4C9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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