Html Css Color HEX #4C9BCE Picton Blue

📋 copy color: '#4C9BCE'

red 76 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #4C9BCE

Tints of Picton Blue #4C9BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

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

R = 17.39%
G = 35.47%
B = 47.14%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C9BCE (or 0x4C9BCE) is known color: Picton Blue. HEX triplet: 4C, 9B and CE. RGB value is (76,155,206). Sum of RGB (Red+Green+Blue) = 76+155+206=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9BCE is #B36431. Grayscale: #888888. Windows color (decimal): -11756594 or 13540172. OLE color: 13540172.

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

Color convert

RGB 76 155 206 -
CMYK 0.63 0.25 0 0.19
HSL 203.54º 0.57% 0.55% -
HSV(B) 203.54º 0.63% 0.81% -
XYZ 25.84 29.44 62.71 -
YUV 137.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 76 155 206 0.63 0.25 0 0.19 203.54 0.57 0.55
Hex 4C 9B CE 3F 19 0 13 CC 39 37
Octal 114 233 316 77 31 0 23 314 71 67
Binary 1001100 10011011 11001110 111111 11001 0 10011 11001100 111001 110111

Color Harmonies of #4C9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9BCE

Black with #4C9BCE

Text Example


Text Example

White with #4C9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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